Skip to content

Commit e170d95

Browse files
author
github-actions
committed
Update REST API documentation Mon Apr 6 11:19:49 UTC 2026
1 parent fb04b14 commit e170d95

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

restapi.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6826,20 +6826,6 @@
68266826
"invite"
68276827
],
68286828
"example": "html"
6829-
},
6830-
"format_options": {
6831-
"type": "array",
6832-
"items": {
6833-
"type": "string",
6834-
"enum": [
6835-
"text",
6836-
"html",
6837-
"pdf"
6838-
]
6839-
},
6840-
"example": [
6841-
"html"
6842-
]
68436829
}
68446830
},
68456831
"type": "object"
@@ -7104,6 +7090,18 @@
71047090
"as_html": {
71057091
"type": "integer",
71067092
"example": 12
7093+
},
7094+
"as_text_and_html": {
7095+
"type": "integer",
7096+
"example": 12
7097+
},
7098+
"as_pdf": {
7099+
"type": "integer",
7100+
"example": 12
7101+
},
7102+
"as_text_and_pdf": {
7103+
"type": "integer",
7104+
"example": 12
71077105
}
71087106
},
71097107
"type": "object"

0 commit comments

Comments
 (0)