Update an existing tenant config
curl --request PATCH \ --url https://client-api.hotglue.xyz/tenant/{env_id}/{tenant}/config \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "config": {} }'
{}
ID of environment
ID of tenant
The response is of type object.
object