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
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
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
chevron-right
204

No Content - Tags successfully removed from the post

No content

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
chevron-right
204

No Content - Tags successfully removed from the asset

No content

post
/tags/asset/remove

No content

Last updated