UpdateCustomErrorPageConfigInput
Input for updating an environment's custom error page configuration.
input UpdateCustomErrorPageConfigInput {
content: String
environmentId: Int!
strategy: CustomErrorPageConfigStrategy!
}
Fields
UpdateCustomErrorPageConfigInput.content ● String scalar common
The custom error page content to store when using the API strategy.
UpdateCustomErrorPageConfigInput.environmentId ● Int! non-null scalar common
The environment ID to update.
UpdateCustomErrorPageConfigInput.strategy ● CustomErrorPageConfigStrategy! non-null enum common
The strategy to apply.
Member Of
updateCustomErrorPageConfig mutation