Skip to main content

updateTag

updateTag

Path Parameters
id uuid REQUIRED
Request Body REQUIRED
name string
Responses
200
Schema OPTIONAL
id string
name string
type string

Possible values: [OBJECT, FACE, CUSTOM]

userId string
updateTag
PATCH /tag/:id
id — path
Body
Loading...
/api
curl -L -X PATCH '/api/tag/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'