Accept or reject tracked changes in bulk

View as Markdown
Accepts and rejects several tracked changes in one call. ```json { "accept": ["tc1", "tc2"], "reject": ["tc5"] } ``` `?revision` is the session revision you read the `tc` ids at. Suggestion ids are POSITIONAL — any edit renumbers them — so passing it turns a stale id into a `409 revision_conflict` instead of a silent hit on the wrong change. **Learn more:** [Redlining](https://docs.cloudraker.com/developers/file-tools)

Authentication

AuthorizationBearer

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

Path parameters

sessionIdstringRequired>=1 character

Query parameters

revisionintegerOptional0-9007199254740991

Request

This endpoint expects an object.
acceptlist of stringsOptional
rejectlist of stringsOptional

Response

The new revision.
revisioninteger-9007199254740991-9007199254740991
summaryobject

Errors

404
Not Found Error
409
Conflict Error
429
Too Many Requests Error