agreeable-army-26750
12/12/2022, 3:41 PMastonishing-answer-96712
12/12/2022, 5:40 PMmammoth-bear-12532
agreeable-army-26750
12/13/2022, 7:38 AMmammoth-bear-12532
mammoth-bear-12532
curl -X 'POST' \
'<http://localhost:9002/openapi/entities/v1/>' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '[
{
"entityType": "tag",
"entityUrn": "urn:li:tag:12345",
"aspect": {
"__type": "TagProperties",
"name": "my_special_tag",
"description": "Tag with a special description"
}
}
]'
agreeable-army-26750
12/13/2022, 2:49 PM