PUT /api/tenants/{id}/appsettings
Sets the appSettings in Azure for a tenant.
Request
Parameter | Description | Additional information |
---|---|---|
id | The id of the tenant to set appSettings for. | Define this parameter in the url. |
settings | The dictionary to use when setting the appSettings. | Define this parameter in the body. |
Example
{ "sample string 1": "sample string 2", "sample string 3": "sample string 4", "sample string 5": "sample string 6" }
Response
The applied app settings.
Example
{ "sample string 1": "sample string 2", "sample string 3": "sample string 4", "sample string 5": "sample string 6" }