Connectors

Create connector target

Creates a connector target under a connector instance.

post/v1/connector-instances/{connectorInstanceId}/targets

Path parameters

connectorInstanceIdstring typeid required

Den TypeID with 'cin_' prefix and a 26-character base32 suffix.

Request body

connectorType'github' required
remoteIdstring required
targetKind'repository_branch' required
externalTargetRefstring nullable
configobject required

Response

Connector target created successfully.

oktrue required

Changes

Changed in 1 of the 26 revisions of this API.3

    • removed the pattern ^cin_.* from the path request parameter connectorInstanceId

      request-parameter-pattern-removed

    • the item/connectorInstanceId response's property pattern ^cin_.* was removed for the status 201

      response-property-pattern-removed

    • the item/id response's property pattern ^ctg_.* was removed for the status 201

      response-property-pattern-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog