Skip to main content
POST
ActivateRevision

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 ConnectorAuthoringServiceActivateRevisionRequest message.

approvalTokenId
string

The approvalTokenId field.

catalogId
string

The catalogId field.

idempotencyKey
string

Optional, reserved for a future replay-result cache. It is accepted but currently unused: the single-use approval token is the double-activate mechanism, so no key is required today. Bounded so a future key stays sane.

instanceAppId
string

The instanceAppId field.

instanceConnectorId
string

The instanceConnectorId field.

revisionId
string

The revisionId field.

Response

200 - application/json

Successful response

The ConnectorAuthoringServiceActivateRevisionResponse message.

activationEpoch
string<uint64>

The activationEpoch field.

revisionId
string

The revisionId field.