POST/projects/{id}/roles.json
Add a Role to a Project
Add a role to a specific project.
Path Params
- Name
id
- Type
- integer
- required
- Description
Responses
- Code
- 201
- Description
- 201 Response
201 Response
application/json
{
"id": 1234,
"STATUS": "OK"
}