Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anf 7393 update swagger rest api to 2020 07 01 #11032

Merged
Prev Previous commit
Next Next commit
Revert bermetal tennant limit change in 2020-06-01
  • Loading branch information
audunn committed Oct 8, 2020
commit 7d25a1036345e13326506f6a1fbab34813b73ed4
Original file line number Diff line number Diff line change
Expand Up @@ -3394,6 +3394,9 @@
"type": "string",
"readOnly": true,
"description": "Unique Baremetal Tenant Identifier.",
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$",
"maxLength": 36,
"minLength": 36,
audunn marked this conversation as resolved.
Show resolved Hide resolved
"example": "9560acf5-4e3a-12e7-9bdb-02007cca7779"
},
"subnetId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3401,9 +3401,6 @@
"type": "string",
"readOnly": true,
"description": "Unique Baremetal Tenant Identifier.",
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$",
"maxLength": 36,
"minLength": 36,
"example": "9560acf5-4e3a-12e7-9bdb-02007cca7779"
},
"subnetId": {
Expand Down