Skip to main content
PUT
/
connector_profiles
/
{connectorProfileId}
/
pinned_version
Upsert Connector Profile Pinned Version
curl --request PUT \
  --url https://api.stackone.com/connector_profiles/{connectorProfileId}/pinned_version \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "pinned_version": "<string>",
  "owner": "<string>"
}
'
{
  "connector_profile_id": "<string>",
  "pinned_version": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "owner": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.stackone.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

connectorProfileId
string
required

Body

application/json
pinned_version
string
required

The version to pin for the connector profile

owner
string

The owner of the pinned version

Response

The pinned version for the connector profile was created or updated.

connector_profile_id
string
required

The id of the connector profile this pinned version belongs to

pinned_version
string
required

The pinned connector version

created_at
string<date-time>
required

The timestamp when the pinned version was created

updated_at
string<date-time>
required

The timestamp when the pinned version was last updated

owner
string | null

The owner of the pinned connector version