Skip to main content
POST
/
v3
/
tags
Add Tag
curl --request POST \
  --url http://localhost/api/v3/tags \
  --header 'Content-Type: application/json' \
  --data '
{
  "handle": "<string>"
}
'
{
  "data": {
    "id": "<string>",
    "handle": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
handle
string
required

Response

TagOriginal

data
TagOriginal · object
required