Skip to main content
PUT
/
destinations
/
{id}
cURL
curl --request PUT \
  --url https://api.example.com/destinations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "config": 123,
    "createdAt": "<unknown>",
    "id": "<string>",
    "name": "<string>",
    "provider": 123,
    "updatedAt": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

OAuth access token sent as Authorization: Bearer <access-token>.

Path Parameters

id
string
required

Response

200 - application/json

Update destination

data
object
required