Reject a policy review (request changes)
Sets the policy review status to changes_requested and sends an in-app notification to the policy author. A comment is required.
Path parameters
Numeric ID of the policy
Request body
Example request
{
"comment": "Section 3 needs more detail on bias mitigation procedures."
}Response
Policy review rejected; returns the updated policy
Example response
{
"message": "OK",
"data": {
"id": 42,
"organization_id": 1,
"title": "AI Ethics Policy",
"content_html": "<h1>AI Ethics Policy</h1><p>...</p>",
"status": "draft",
"author_id": 1,
"last_updated_by": 1,
"assigned_reviewer_ids": [
2,
5
]
}
}Changes
Changed in 5 of the 70 revisions of this API.14
- ○
api operation id
rejectPolicyReviewremoved and replaced withPolicyController.rejectReviewapi-operation-id-removed
- ○
- ○
api operation id
PolicyController.rejectReviewremoved and replaced withrejectPolicyReviewapi-operation-id-removed
- ○
- ○
api operation id
rejectPolicyReviewremoved and replaced withPolicyController.rejectReviewapi-operation-id-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 300 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲