Skip to content

Commit

Permalink
Added: max message length constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Dec 9, 2023
1 parent 0aa6b0a commit eda24c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@
},
"message": {
"type": "string",
"description": "message text"
"description": "message text",
"maxLength": 65535
},
"phoneNumbers": {
"type": "array",
Expand Down Expand Up @@ -226,6 +227,7 @@
"readOnly": true
},
"state": {
"type": "string",
"enum": [
"Pending",
"Processed",
Expand Down Expand Up @@ -258,6 +260,7 @@
"example": "+79990001234"
},
"state": {
"type": "string",
"enum": [
"Pending",
"Processed",
Expand Down

0 comments on commit eda24c1

Please sign in to comment.