PUT https://{hostname}:{port}
/cli/environment/componentProperties?{parameters}
| Parameter | Type | Required | Description |
|---|---|---|---|
| name | string | true | Name of the property to set |
| value | string | false | Value of the property to set |
| component | string | true | Name or ID of the component |
| environment | string | true | Name or ID of the environment |
| application | string | false | Name of the application |
| isSecure | boolean | false | Whether the property is secure; the default is the current state of the property, or false if the property is not yet specified |
Related CLI command: setComponentEnvironmentProperty.