Tag

Tags are free key-value pair metadata which can be associated with media in order to categorise and perform lookups against integration API endpoints.

Create (or update) Tag

put

Create or update a Tag on the requested Media

Authorizations
Bearer

In this case, you have to send a valid Access Token (as a JWT Token) in the Authorization header, using the Bearer authentication scheme.

e.g. Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6Ikpva...

Path parameters
shootIdstringRequired

Unique shoot id

Example: 683606ee-9788-4d88-adb8-77119de4c6a2
tenantIdstringRequired

Unique tenant id

Example: f700d27e-64ed-4571-ae2e-8c948c1c296e
mediaIdstringRequired

Unique media id

Example: daea0774-275b-4e43-9d10-c2f9d5d4d5b6
Body
Responses
chevron-right
200

success

application/json
put
/api/tenant/{tenantId}/shoot/{shootId}/media/{mediaId}/tags

Delete Tag

delete

Delete a Tag from it's associated Media

Authorizations
Bearer

In this case, you have to send a valid Access Token (as a JWT Token) in the Authorization header, using the Bearer authentication scheme.

e.g. Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6Ikpva...

Path parameters
shootIdstringRequired

Unique shoot id

Example: 683606ee-9788-4d88-adb8-77119de4c6a2
tenantIdstringRequired

Unique tenant id

Example: f700d27e-64ed-4571-ae2e-8c948c1c296e
mediaIdstringRequired

Unique media id

Example: daea0774-275b-4e43-9d10-c2f9d5d4d5b6
Body
Responses
chevron-right
200

success

application/json
delete
/api/tenant/{tenantId}/shoot/{shootId}/media/{mediaId}/tags

Last updated