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

Body Params

    • Name
      role
      Type
      object

    Responses

    • Code
      201
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": 1234,
      "STATUS": "OK"
    }