We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b12eb0 commit 9e3041bCopy full SHA for 9e3041b
restapi.json
@@ -4201,21 +4201,15 @@
4201
"example": "text",
4202
"nullable": true
4203
},
4204
- "as_text": {
4205
- "type": "boolean",
4206
- "example": true
4207
- },
4208
- "as_html": {
4209
- "type": "boolean"
4210
4211
- "as_pdf": {
4212
4213
4214
- "as_text_and_html": {
4215
4216
4217
- "as_text_and_pdf": {
4218
+ "format_options": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ },
+ "example": [
+ "as_html",
+ "as_text"
+ ]
4219
}
4220
4221
"type": "object"
0 commit comments