PUT
/
integrations
/
vertofx
Update VertoFx Integration
curl --request PUT \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/vertofx \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "enabled": true,
  "apiKey": "<string>",
  "clientId": "<string>",
  "metadata": {},
  "memo": "<string>"
}'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

id
string
required

ID of the integration to update

Body

application/json

Response

200
application/json

Integration updated

The response is of type object.