Skip to main content
PUT
/
api
/
v1
/
integration-keys
Update Integration Keys
curl --request PUT \
  --url https://api.example.com/api/v1/integration-keys \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "integration_keys": [
    {
      "api_key": "<string>",
      "service": "linear"
    }
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json
integration_keys
IntegrationKey · object[]
required

Response

Successful Response