PUT
/
tenant
/
{env_id}
/
{tenant}
/
config
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": {}
}'
{}

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

tenant
string
required

ID of tenant

Body

application/json
config
object

The tenant config to save in hotglue. Can be any JSON object

Response

200 - application/json

The response is of type object.