Manage Tenants
Set tenant config
Creates a tenant-config.json
that you can use to store custom settings, credentials, and metadata
PUT
/
tenant
/
{env_id}
/
{tenant}
/
config
Authorizations
x-api-key
string
headerrequiredPath Parameters
env_id
string
requiredID of environment
tenant
string
requiredID 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
.