Skip to content

Commit

Permalink
Remove 4xx responses and change schema to file (#3363)
Browse files Browse the repository at this point in the history
* nit fixes: Remove 4xx responses and schema to file

* Reverting changes in stable APIs
  • Loading branch information
vrdmr authored and hovsepm committed Jul 12, 2018
1 parent 06ddd48 commit 8f83ec5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"200": {
"description": "OK",
"schema": {
"type": "string"
"type": "file"
}
},
"default": {
Expand All @@ -101,9 +101,6 @@
],
"operationId": "Job_GetRunbookContent",
"description": "Retrieve the runbook content of the job identified by job name.",
"produces": [
"text/powershell"
],
"externalDocs": {
"url": "http://aka.ms/azureautomationsdk/joboperations"
},
Expand Down Expand Up @@ -140,7 +137,7 @@
"200": {
"description": "OK",
"schema": {
"type": "string"
"type": "file"
}
},
"default": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"200": {
"description": "OK",
"schema": {
"type": "string"
"type": "file"
}
},
"default": {
Expand Down Expand Up @@ -142,7 +142,7 @@
"200": {
"description": "OK",
"schema": {
"type": "string"
"type": "file"
}
},
"202": {
Expand Down Expand Up @@ -367,7 +367,7 @@
"200": {
"description": "OK",
"schema": {
"type": "string"
"type": "file"
}
},
"default": {
Expand Down

0 comments on commit 8f83ec5

Please sign in to comment.