Skip to content

Commit

Permalink
[CI] api has been built
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-cloudforet committed Nov 23, 2023
1 parent 8ba3d41 commit 7cee84f
Show file tree
Hide file tree
Showing 9 changed files with 95 additions and 71 deletions.
130 changes: 71 additions & 59 deletions dist/go/spaceone/api/identity/v2/role_binding.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions dist/json/cloudforet/api/identity/v2/Role_binding.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,18 @@
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "workspace_id",
"description": "+optional",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
Expand Down
6 changes: 3 additions & 3 deletions dist/openapi/cloudforet/api/identity/v2/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,11 +831,11 @@
"operationId" : "",
"description": "### Description \n",
"requestBody": {
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |query||StatisticsQuery|True|\n |domain_id||string|True|\n<br>",
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |query||StatisticsQuery|True|\n |domain_id||string|True|\n |workspace_id||string||\n<br>",
"content": {
"application/json": {
"schema": {
"properties": {"query" : {"$ref": "#/components/schemas/StatisticsQuery","title": "QUERY" },"domain_id" : {"type": "string","title": "DOMAIN_ID" } }
"properties": {"query" : {"$ref": "#/components/schemas/StatisticsQuery","title": "QUERY" },"domain_id" : {"type": "string","title": "DOMAIN_ID" },"workspace_id" : {"type": "string","title": "WORKSPACE_ID" } }
},
"examples":{"Schema":{}
}
Expand Down Expand Up @@ -3167,7 +3167,7 @@
"title": "RoleBindingSearchQuery"
}
, "RoleBindingStatQuery": {
"properties" : {"query" : {"$ref": "#/components/schemas/StatisticsQuery","title": "QUERY"},"domain_id" : {"type": "string","title": "DOMAIN_ID"}},
"properties" : {"query" : {"$ref": "#/components/schemas/StatisticsQuery","title": "QUERY"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"}},
"type": "object",
"required": ["query","domain_id"],
"title": "RoleBindingStatQuery"
Expand Down
Loading

0 comments on commit 7cee84f

Please sign in to comment.