Skip to main content
PATCH
/
v1
/
integrations
/
{id}
/
config
Update integration config
curl --request PATCH \
  --url https://revstack.dev/v1/integrations/{id}/config \
  --header 'Content-Type: application/json' \
  --data '{
  "config": {}
}'
null

Path Parameters

id
string
required
Example:

"int_abc123"

Body

application/json
config
object
required

Response

200 - application/json

Config updated

The response is of type unknown.