Skip to content

Commit

Permalink
Edited description for outbound network dependency endpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharanjeet Kaur committed Aug 17, 2021
1 parent 6881da8 commit 9520a88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
],
"responses": {
"200": {
"description": "OK",
"description": "The response contains list of outbound network dependency endpoints",
"schema": {
"$ref": "#/definitions/OutboundEnvironmentEndpointCollection"
}
Expand Down Expand Up @@ -1638,7 +1638,7 @@
}
},
"OutboundEnvironmentEndpointCollection": {
"description": "Collection of OutboundEnvironmentEndpoint",
"description": "Collection of outbound network dependency endpoints",
"type": "array",
"items": {
"$ref": "#/definitions/OutboundEnvironmentEndpoint"
Expand Down

0 comments on commit 9520a88

Please sign in to comment.