cURL
curl --request PUT \ --url https://client-api.hotglue.xyz/tenant/{env_id}/{tenant}/metadata \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "config": { "metadata": {} } }'
{}
Add metadata to your Tenant Metadata object
ID of environment
ID of tenant
200
The response is of type object.
object