Creates a tenant-config.json that you can use to store custom settings, credentials, and metadata
tenant-config.json
curl --request PUT \ --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
200
The response is of type object.
object