Skip to main content
Skip table of contents

Add a global Tag

POST /v1/recordings/tags

Summary:
Creates a new tag for the tenant.

Request Body:
JSON object with:

  • value (string, required): The tag name.

Response:

  • 201 Created:
    Returns a JSON object with:

    CODE
    { "tagId": "uuid" }
    
  • 400, 401, 403, 409, 500: Error responses.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.