The 'Approval Status' is a flag on an Entity which can be set to Approved or Rejected. This can be done manually via the Portal, or via the API using the following endpoints:
PUT /api/v2/ci/entities/{entityId}/approve - sets the Approval Status to 'Approved'
PUT /api/v2/ci/entities/{entityId}/reject- sets the Approval Status to 'Rejected'
PUT /api/v2/ci/entities/{entityId}/reset - resets the Approval Status to 'Pending'
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article