Skip to content

Update integration

PUT
/integrations/{id}
curl --request PUT \
--url https://shoehorn.example.com/api/v1/integrations/example \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "config": {}, "status": "example" }'
id
required
string
Media type application/json
object
name
string
config
object
status
string
Example generated
{
"name": "example",
"config": {},
"status": "example"
}

Integration updated