Accept or reject tracked changes in bulk
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
sessionId
Query parameters
revision
Request
This endpoint expects an object.
accept
reject
Response
The new revision.
revision
summary
Errors
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error