Set Customization Specs
Sets an existing specification, possibly after retrieving (by using CustomizationSpecs.get) and editing it.
Request
URLURL
Path Parameters
Path Parameters
Header Parameters
Header Parameters
Request Body
The new specification that will overwrite the existing specification. The CustomizationSpecs.Spec structure contains the specification information and specification object. This is passed to the CustomizationSpecs.set operation.
{
"description": "string",
"fingerprint": "string",
"name": "string",
"spec": {
"configuration_spec": {},
"global_DNS_settings": {},
"interfaces": [
{
"adapter": {}
}
]
}
}
Description of the specification.
The fingerprint is a unique identifier for a given version of the configuration. Each change to the configuration will update this value. A client cannot change this value. If specified when updating a specification, the changes will only be applied if the current fingerprint matches the specified fingerprint. This field can be used to guard against updates that has happened between the specification content was read and until it is applied.
Name of the specification.