Media
Rename a media tag
PATCH
/media/tags/{id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
curl -X PATCH "https://example.com/media/tags/string" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "$schema": "https://example.com/api/v1/schemas/MediaTagResponse.json", "created_at": "string", "id": "string", "item_count": 0, "name": "string", "workspace_id": "string"}