Assign tag for organization
POST/organizations/:orgId/tags
Require admin rights
Request
Path Parameters
orgId stringrequired
- application/json
Body
id stringrequired
Tag.
Example:
status
name stringnullable
Tag value.
Example:
approved
Responses
- 200
- 401
- 403
- 409
- 500
Success
Unauthorized
Forbidden
Conflict
Server Error
Loading...