PUT https://{hostname}:{port}
/cli/environment/componentProperties
Accept: application/json
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept | application/json | true |
{
"application": "Name or ID of the application; this
value is required if you specify the environment name
instead of ID",
"component": "Name or ID of the component",
"environment": "Name or ID of the environment",
"name": "Name of the property to set",
"value": "Value of the property to set (optional)"
}
Related CLI command: setComponentEnvironmentProperty.