Accept one tracked change

View as Markdown
Accepts a single tracked change, by its `tc` id. `?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
tcIdstringRequired>=1 character

Query parameters

revisionintegerOptional0-9007199254740991

Response

The new revision.
revisioninteger-9007199254740991-9007199254740991
summaryobject

Errors

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