PATCH
/
integrations
/
{integration_id}
curl --request PATCH \
  --url https://platform.versori.com/api/embedded/v1/integrations/{integration_id} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "imageUrl": "<string>",
  "description": "<string>",
  "variablesSchema": {}
}'
{
  "id": "<string>",
  "name": "<string>",
  "imageUrl": "<string>",
  "screenshotUrl": "<string>",
  "description": "<string>",
  "variablesSchema": {},
  "boardId": "<string>"
}

Path Parameters

integration_id
string
required

Body

application/json

Integration represents an embedded integration that can be activated by end users.

Response

200
application/json

OK

Integration represents an embedded integration that can be activated by end users.