Skip to main content

updateCustomErrorPageConfig

Update the custom error page configuration for an environment.

updateCustomErrorPageConfig(
input: UpdateCustomErrorPageConfigInput!
): CustomErrorPageConfig!

Example

mutation ($input: UpdateCustomErrorPageConfigInput!) {
updateCustomErrorPageConfig(input: $input) {
content
strategy
suggestedContentFromRepo
}
}

Arguments

updateCustomErrorPageConfig.input ● UpdateCustomErrorPageConfigInput! non-null input common

The environment and custom error page settings to apply.

Type

CustomErrorPageConfig object common

The custom error page configuration for an environment.