Skip to content

Commit e8c940b

Browse files
author
github-actions
committed
Update OpenAPI schemas
1 parent cef927e commit e8c940b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

core-api/core-api.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,13 +1508,12 @@
15081508
},
15091509
"CreateDraft": {
15101510
"required": [
1511-
"author_id",
15121511
"body"
15131512
],
15141513
"properties": {
15151514
"author_id": {
15161515
"type": "string",
1517-
"description": "ID of the teammate on behalf of whom the draft will be created. Alternatively, you can supply the author ID as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1)."
1516+
"description": "ID of the teammate on behalf of whom the draft will be created. Alternatively, you can supply the author ID as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1). If omitted, will post as the API Token or Application making the request."
15181517
},
15191518
"to": {
15201519
"type": "array",
@@ -2134,7 +2133,6 @@
21342133
},
21352134
"EditDraft": {
21362135
"required": [
2137-
"author_id",
21382136
"body",
21392137
"channel_id"
21402138
],
@@ -3739,7 +3737,6 @@
37393737
},
37403738
"ReplyDraft": {
37413739
"required": [
3742-
"author_id",
37433740
"body",
37443741
"channel_id"
37453742
],

0 commit comments

Comments
 (0)