Media
Replace a media tag's assignments
PUT
/media/tags/{id}/itemsAuthorization
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 PUT "https://example.com/media/tags/string/items" \ -H "Content-Type: application/json" \ -d '{ "media_ids": [ "string" ] }'{ "$schema": "https://example.com/api/v1/schemas/ReplaceMediaTagItemsOutputBody.json", "count": 0}