Tags

Add tags to a post

post

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.

Body
postIdstring · uuidOptionalExample: 550e8400-e29b-41d4-a716-446655440000
tagsstring[]OptionalExample: ["exampleTag1","exampleTag2"]
assignedBystring · enumOptionalExample: USERPossible values:
Responses
200

Tags successfully added to the post

application/json
post
/tags/post

Add tags to an asset

post

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.

Body
assetIdstring · uuidOptionalExample: 550e8400-e29b-41d4-a716-446655440000
tagsstring[]OptionalExample: ["exampleTag1","exampleTag2"]
assignedBystring · enumOptionalExample: USERPossible values:
Responses
200

Tags successfully added to the asset

application/json
post
/tags/asset

Remove tags from a post

post

Removes multiple tags from a post. AI and ADMIN require an admin token for authentication, while USER requires user authentication.

Body
postIdstring · uuidOptionalExample: 550e8400-e29b-41d4-a716-446655440000
tagsstring[]OptionalExample: ["exampleTag1","exampleTag2"]
assignedBystring · enumOptionalExample: USERPossible values:
Responses
post
/tags/post/remove

No content

Remove tags from an asset

post

Removes multiple tags from an asset. AI and ADMIN require an admin token for authentication, while USER requires user authentication.

Body
assetIdstring · uuidOptionalExample: 550e8400-e29b-41d4-a716-446655440000
tagsstring[]OptionalExample: ["exampleTag1","exampleTag2"]
assignedBystring · enumOptionalExample: USERPossible values:
Responses
post
/tags/asset/remove

No content

Last updated