Skip to content

Commit 9e3041b

Browse files
author
github-actions
committed
Update REST API documentation Wed Jul 9 09:18:54 UTC 2025
1 parent 9b12eb0 commit 9e3041b

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

restapi.json

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4201,21 +4201,15 @@
42014201
"example": "text",
42024202
"nullable": true
42034203
},
4204-
"as_text": {
4205-
"type": "boolean",
4206-
"example": true
4207-
},
4208-
"as_html": {
4209-
"type": "boolean"
4210-
},
4211-
"as_pdf": {
4212-
"type": "boolean"
4213-
},
4214-
"as_text_and_html": {
4215-
"type": "boolean"
4216-
},
4217-
"as_text_and_pdf": {
4218-
"type": "boolean"
4204+
"format_options": {
4205+
"type": "array",
4206+
"items": {
4207+
"type": "string"
4208+
},
4209+
"example": [
4210+
"as_html",
4211+
"as_text"
4212+
]
42194213
}
42204214
},
42214215
"type": "object"

0 commit comments

Comments
 (0)