Add a Tag to a Recording
POST /v1/recordings/{recordingId}/tags
Summary:
Associates a tag with a recording.
Security:
Bearer Authentication required.
Path Parameter:
recordingId
: The recording’s unique identifier.
Request Body:
JSON object with:
tagId
(string, required): The unique identifier of the tag to associate.
Response:
204 No Content on success.
400, 404, 409, 500: Error responses.