Skip to main content

createTag

createTag

Request Body REQUIRED
name string REQUIRED
type string REQUIRED

Possible values: [OBJECT, FACE, CUSTOM]

Responses
201
Schema OPTIONAL
id string
name string
type string

Possible values: [OBJECT, FACE, CUSTOM]

userId string
createTag
POST /tag
Body
Loading...
/api
curl -L -X POST '/api/tag' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'