Skip to content

Commit

Permalink
Renaming PrivateLinkResourceList to PrivateLinkResources
Browse files Browse the repository at this point in the history
  • Loading branch information
amchandn committed Mar 31, 2020
1 parent ea2451f commit 165b7fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/PrivateLinkResourceList"
"$ref": "#/definitions/PrivateLinkResources"
}
}
},
Expand Down Expand Up @@ -1162,7 +1162,7 @@
}
}
},
"PrivateLinkResourceList": {
"PrivateLinkResources": {
"description": "Class which represent the stamps associated with the vault.",
"readOnly": true,
"type": "object",
Expand Down

0 comments on commit 165b7fc

Please sign in to comment.