Update a custom response

Modifies a custom response's features.

Path Params
integer
required

A unique identifier for a custom response.

integer
required

A unique identifier for the configuration.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Body Params
aliases
array of strings
length ≥ 0

Aliases for the custom response.

aliases
string
required
length ≥ 1

Describes the custom response.

ipv4Addrs
array of strings
required
length ≥ 0

Updates the IPv4 addresses for the custom response.

ipv4Addrs*
ipv6Addrs
array of strings
required
length ≥ 0

Updates the IPv6 addresses for the custom response.

ipv6Addrs*
string
required
length ≥ 1

The custom response name.

policies
array of objects
length ≥ 0

Policies for the custom response.

policies
Headers
string
required

Use the x_etag value included in the GET response. See Concurrency control for details.

Responses
200

Successful response.

Response body
object
string
required
length ≥ 1

A human-readable explanation specific to the problem.

errors
array of objects
length ≥ 0

HTTP problem details. The error response includes this list if there are several problems with a single request, to call out each of them separately.

errors
object
string
required

The URI for this error occurrence.

integer
required
≥ 0

The HTTP status code generated by the origin server.

string
required
length ≥ 1

A short, human-readable summary of the problem type.

string
required
length ≥ 1

A URI reference that identifies the problem type.

x_etag string returned in the response header as If-Match in write requests to avoid overwriting edits by any other API clients. See Concurrency control for details.

Language
Authentication
URL