File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/content/docs/rules/custom-errors Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ curl --request PUT \
104104--header " Authorization: Bearer <API_TOKEN>" \
105105--header " Content-Type: application/json" \
106106--data ' {
107+ "description": "Standard 5xx error template page",
107108 "url": "https://example.com/errors/500_new_template.html"
108109}'
109110```
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Custom error assets have the following parameters:
5858 - Numbers (` 0-9 ` )
5959 - The underscore (` _ ` ) character
6060 - The maximum length is 200 characters.
61- - ** ` description ` ** <Type text = " String" /> <MetaInfo text = " Optional " />
61+ - ** ` description ` ** <Type text = " String" /> <MetaInfo text = " Required " />
6262 - A string describing the custom error asset.
6363 - Example value: ` "Standard 5xx error template page" ` .
6464- ** ` url ` ** <Type text = " String" /> <MetaInfo text = " Required" />
You can’t perform that action at this time.
0 commit comments