Summary
Update the properties of an application.
Description
Update the properties of an application in IAP.
Route
PUT /applications/:name/properties
Roles
admin
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
name | string | yes | The name for the selected application. |
properties | object | yes | An object containing only the application properties. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | object | The output of the application properties update process. |