Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.{tenant}.getomneo.com/api/v3/tags \ --header 'Content-Type: application/json' \ --data ' { "handle": "<string>" } '
{ "data": { "id": "<string>", "handle": "<string>", "created_at": "<string>", "updated_at": "<string>" } }
A POST to the /tags endpoint allows your application to create tag.
POST
/tags
TagOriginal
Show child attributes