Skip to content

Commit

Permalink
Fixing schedule description response of 200 from Created to OK. This …
Browse files Browse the repository at this point in the history
…fix will also fix cmdlets we have that rely on the description response. (#3298)
  • Loading branch information
DeveloperTommy authored and marstr committed Jun 25, 2018
1 parent d077470 commit c696e9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
],
"responses": {
"200": {
"description": "Created",
"description": "OK",
"schema": {
"$ref": "#/definitions/Schedule"
}
Expand Down

0 comments on commit c696e9c

Please sign in to comment.