Skip to content

Commit

Permalink
make queue message body optional (#10477)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasobol-msft authored Aug 14, 2020
1 parent 7edba62 commit efdcc80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@
"QueueMessage": {
"name": "QueueMessage",
"in": "body",
"required": true,
"required": false,
"schema": {
"$ref": "#/definitions/QueueMessage"
},
Expand Down

0 comments on commit efdcc80

Please sign in to comment.