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 Sep 26, 2024
1 parent 3cbff8f commit 5cee79c
Show file tree
Hide file tree
Showing 9 changed files with 181 additions and 181 deletions.
294 changes: 147 additions & 147 deletions dist/go/spaceone/api/dashboard/v1/public_folder.pb.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/json/cloudforet/api/dashboard/v1/Public_folder.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
"extensions": [],
"fields": [
{
"name": "dashboard_id",
"name": "folder_id",
"description": "",
"label": "",
"type": "string",
Expand Down
8 changes: 4 additions & 4 deletions dist/openapi/cloudforet/api/dashboard/v1/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,11 +664,11 @@
"operationId" : "",
"description": "### Description \n",
"requestBody": {
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |dashboard_id||string|True|\n |scope||DashboardScope||\n<br>",
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |folder_id||string|True|\n |scope||DashboardScope||\n<br>",
"content": {
"application/json": {
"schema": {
"properties": {"dashboard_id" : {"type": "string","title": "DASHBOARD_ID" },"scope" : {"type": "DashboardScope","title": "SCOPE" } }
"properties": {"folder_id" : {"type": "string","title": "FOLDER_ID" },"scope" : {"type": "DashboardScope","title": "SCOPE" } }
},
"examples":{"Schema":{}
}
Expand Down Expand Up @@ -2051,9 +2051,9 @@
"title": "PublicFoldersInfo"
}
, "SharePublicFolderRequest": {
"properties" : {"dashboard_id" : {"type": "string","title": "DASHBOARD_ID"},"scope" : {"type": "DashboardScope","title": "SCOPE"}},
"properties" : {"folder_id" : {"type": "string","title": "FOLDER_ID"},"scope" : {"type": "DashboardScope","title": "SCOPE"}},
"type": "object",
"required": ["dashboard_id"],
"required": ["folder_id"],
"title": "SharePublicFolderRequest"
}
, "UpdatePublicFolderRequest": {
Expand Down

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

Binary file removed dist/python/dist/spaceone-api-2.0.278.tar.gz
Binary file not shown.
Binary file added dist/python/dist/spaceone-api-2.0.279.tar.gz
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 5cee79c

Please sign in to comment.