agreeable-army-26750
08/09/2022, 1:29 PMorange-night-91387
08/09/2022, 6:36 PMcurl -X 'POST' \
'<http://localhost:8080/openapi/entities/v1/>' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '[
{
"entityType": "glossaryTerm",
"entityUrn": "urn:li:glossaryTerm:myTermTest",
"aspect": {
"__type": "GlossaryTermInfo",
"customProperties": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"name": "myTermTest",
"definition": "definition",
"termSource": "termSource"
}
}
]'agreeable-army-26750
08/10/2022, 9:08 AMagreeable-army-26750
08/10/2022, 9:13 AMorange-night-91387
08/10/2022, 3:55 PMversionStamp , but it's meant as an internally used endpoint since DB versions are intended to be mostly opaque so we don't really have docs on how to construct it. We generate versionStamps from the Timeline API and then the frontend utilizes those for the timeline UI to get historical information.
Do you have a use case that the UI does not currently cover?agreeable-army-26750
08/11/2022, 12:53 PMorange-night-91387
08/11/2022, 3:44 PM