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
Documentation IndexFetch the complete documentation index at: https://docs.hotglue.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.hotglue.com/llms.txt
Use this file to discover all available pages before exploring further.
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