Set Config

Set Config

Sets a configuration property to the provided value.

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/site/configurations/{urn}
COPY
Path Parameters
string
urn
Required

URN containing the name of the configuration property such as (urn:vcloud:configuration:)

string
urn
Required

URN containing the name of the configuration property such as (urn:vcloud:configuration:)


Request Body

The configuration with the desired value.

Config of type(s) application/json
Required
{
    "name": "string",
    "typedValue": {
        "value": {},
        "type": "string"
    }
}
string
name
Required

Name of the configuration property.

typedValue
Optional

typedValue

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Config of type(s) application/json;version=36.0
{
    "name": "string",
    "typedValue": {
        "value": {},
        "type": "string"
    }
}
string
name
Required

Name of the configuration property.

typedValue
Optional

typedValue