cURL
curl --request PATCH \ --url https://api.hotglue.com/tenant/{env_id}/{tenant}/config \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "config": {} }'
{}
Update an existing tenant config
ID of environment
ID of tenant
The tenant config to save in hotglue. Can be any JSON object
200
The response is of type object.
object