Skip to main content

Reject Diff

Reject a pending diff to discard proposed changes to a schema graph class version. Requires write scope.

POST/v1/schema-graph/diffs/{id}/reject

Response

Response fields

idstringDiff UUID.
review_statusstringAlways `rejected` on success.

Response

{
  "id": "diff-uuid-1",
  "review_status": "rejected"
}

Errors

Error responses

401unauthorizedMissing or invalid API key.
404not_foundNo diff with this ID exists for your organization.
429rate_limitedToo many requests. Retry after the period indicated in the Retry-After header.