Tags
Adds multiple tags to a post. The tags can be assigned by AI, ADMIN, or USER. AI and ADMIN require an admin token for authentication, while USER requires user authentication.
550e8400-e29b-41d4-a716-446655440000["exampleTag1","exampleTag2"]USERPossible values: Tags successfully added to the post
Unauthorized - Invalid token or insufficient permissions
Not Found - The post with the specified ID does not exist
Adds multiple tags to an asset. The tags can be assigned by AI, ADMIN, or USER. AI and ADMIN require an admin token for authentication, while USER requires user authentication.
550e8400-e29b-41d4-a716-446655440000["exampleTag1","exampleTag2"]USERPossible values: Tags successfully added to the asset
Unauthorized - Invalid token or insufficient permissions
Not Found - The asset with the specified ID does not exist
Removes multiple tags from a post. AI and ADMIN require an admin token for authentication, while USER requires user authentication.
550e8400-e29b-41d4-a716-446655440000["exampleTag1","exampleTag2"]USERPossible values: No Content - Tags successfully removed from the post
Unauthorized - Invalid token or insufficient permissions
Not Found - The tags or post with the specified ID do not exist
No content
Removes multiple tags from an asset. AI and ADMIN require an admin token for authentication, while USER requires user authentication.
550e8400-e29b-41d4-a716-446655440000["exampleTag1","exampleTag2"]USERPossible values: No Content - Tags successfully removed from the asset
Unauthorized - Invalid token or insufficient permissions
Not Found - The tags or asset with the specified ID do not exist
No content
Last updated