Activate Revision
ActivateRevision redeems a one-time approval token to activate a built connector revision onto its instance connector. It is OWNER-only. Double-activate protection is the single-use approval token itself: redeeming it is a compare-and-swap that rejects a second redemption of the same token. idempotency_key is optional and reserved for a future replay-result cache.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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
The ConnectorAuthoringServiceActivateRevisionRequest message.
The approvalTokenId field.
The catalogId field.
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.
The instanceAppId field.
The instanceConnectorId field.
The revisionId field.