Skip to main content
POST
RollbackRevision

Authorizations

Authorization
string
header
required

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

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Body

application/json

The ConnectorAuthoringServiceRollbackRevisionRequest message.

approvalTokenId
string

The approvalTokenId field.

catalogId
string

The catalogId field.

instanceAppId
string

The instanceAppId field.

instanceConnectorId
string

The instanceConnectorId field.

reason
string

Optional operator justification, recorded on the audit event.

targetRevisionId
string

The previously activated revision the published + instance pointers roll back TO. Caller-chosen and explicit so the audit trail records an exact, human-selected target.

Response

200 - application/json

Successful response

The ConnectorAuthoringServiceRollbackRevisionResponse message.

activationEpoch
string<uint64>

The activationEpoch field.

revisionId
string

The revision now published (the rollback target).