Assign tag for project
POST/projects/:projectId/tags
Require admin rights
Request
Path Parameters
projectId stringrequired
- application/json
Body
id stringrequired
Tag.
Example:
status
name stringnullable
Tag value.
Example:
approved
Responses
- 200
- 401
- 404
- 409
- 500
Success
Unauthorized
Not Found
Conflict
Server Error
Loading...