Skip to main content
POST
Certify result

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.

disaggregation_id
integer
required

The ID of the disaggregation.

result_id
integer
required

The ID of the result.

Body

application/json
certification_status
enum<string>
required
Available options:
Approved,
Rejected
Example:

"Approved"

certification_comments
string
Example:

"architecto"

Response

Result certified

The response is of type object.