Skip to content

Commit df405ab

Browse files
committed
regenerate docs
1 parent 09b980b commit df405ab

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

docs/api/openapidocs.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10186,31 +10186,19 @@
1018610186
},
1018710187
"name": {
1018810188
"type": "string",
10189-
"description": "Name that is used for the From: header in autoreply message",
10190-
"enum": [
10191-
""
10192-
]
10189+
"description": "Name that is used for the From: header in autoreply message"
1019310190
},
1019410191
"subject": {
1019510192
"type": "string",
10196-
"description": "Autoreply subject line",
10197-
"enum": [
10198-
""
10199-
]
10193+
"description": "Autoreply subject line"
1020010194
},
1020110195
"text": {
1020210196
"type": "string",
10203-
"description": "Autoreply plaintext content",
10204-
"enum": [
10205-
""
10206-
]
10197+
"description": "Autoreply plaintext content"
1020710198
},
1020810199
"html": {
1020910200
"type": "string",
10210-
"description": "Autoreply HTML content",
10211-
"enum": [
10212-
""
10213-
]
10201+
"description": "Autoreply HTML content"
1021410202
}
1021510203
},
1021610204
"required": [

0 commit comments

Comments
 (0)