Skip to content

Commit

Permalink
Update environment.json (#4495)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnangel026 authored Aug 11, 2021
1 parent f334fbe commit df78a04
Showing 1 changed file with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/AutopilotEnvironmentResponse"
"$ref": "#/definitions/EnvironmentResponse"
}
}
],
Expand Down Expand Up @@ -155,7 +155,7 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/AutopilotEnvironmentResponse"
"$ref": "#/definitions/EnvironmentResponse"
}
}
],
Expand Down Expand Up @@ -250,6 +250,19 @@
}
},
"definitions": {
"EnvironmentResponse": {
"description": "Error response indicates that the service is not able to process the incoming request.",
"properties": {
"location": {
"type": "string",
"description": "location"
},
"properties": {
"$ref": "#/definitions/EnvironmentResource",
"description": "The error details."
}
}
},
"EnvironmentResourceResult": {
"properties": {
"value": {
Expand Down

0 comments on commit df78a04

Please sign in to comment.