Skip to content

Commit 22c0357

Browse files
author
github-actions
committed
Update REST API documentation Thu Apr 2 08:08:30 UTC 2026
1 parent 446aeed commit 22c0357

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

restapi.json

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,22 +1676,7 @@
16761676
"content": {
16771677
"application/json": {
16781678
"schema": {
1679-
"required": [
1680-
"status"
1681-
],
1682-
"properties": {
1683-
"status": {
1684-
"type": "string",
1685-
"enum": [
1686-
"draft",
1687-
"scheduled",
1688-
"sent",
1689-
"canceled"
1690-
],
1691-
"example": "draft"
1692-
}
1693-
},
1694-
"type": "object"
1679+
"$ref": "#/components/schemas/MessageMetadataRequest"
16951680
}
16961681
}
16971682
}
@@ -1788,6 +1773,16 @@
17881773
}
17891774
}
17901775
}
1776+
},
1777+
"404": {
1778+
"description": "Failure",
1779+
"content": {
1780+
"application/json": {
1781+
"schema": {
1782+
"$ref": "#/components/schemas/NotFoundErrorResponse"
1783+
}
1784+
}
1785+
}
17911786
}
17921787
}
17931788
}
@@ -1826,7 +1821,7 @@
18261821
"content": {
18271822
"application/json": {
18281823
"schema": {
1829-
"$ref": "#/components/schemas/AdminAttributeDefinitionRequest"
1824+
"$ref": "#/components/schemas/ResendMessageToListsRequest"
18301825
}
18311826
}
18321827
}
@@ -6802,6 +6797,9 @@
68026797
"type": "object"
68036798
},
68046799
"MessageMetadataRequest": {
6800+
"required": [
6801+
"status"
6802+
],
68056803
"properties": {
68066804
"status": {
68076805
"type": "string",

0 commit comments

Comments
 (0)