Skip to main content
POST
Create indicator assignment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
integer
required

The ID of the project.

element_id
integer
required

The ID of the element.

indicator_id
integer
required

The ID of the indicator.

Body

application/json
assignable_type
enum<string>
required
Available options:
App\Models\User,
App\Models\Team
Example:

"App\\Models\\User"

assignable_id
integer
required
Example:

16

Response

Assignment created

The response is of type object.