Skip to content

Commit

Permalink
Update file(s) "dist/json/." from "cloudforet-io/api"
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Jun 18, 2024
1 parent 14c59e3 commit 237c944
Showing 1 changed file with 75 additions and 26 deletions.
101 changes: 75 additions & 26 deletions dist/json/cloudforet/api/config/v1/Public_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,30 @@
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "workspace_id",
"description": "+optional",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "project_id",
"description": "+optional",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
Expand Down Expand Up @@ -269,6 +293,30 @@
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "workspace_id",
"description": "+optional",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "project_id",
"description": "+optional",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
Expand Down Expand Up @@ -413,6 +461,30 @@
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "workspace_id",
"description": "+optional",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "project_id",
"description": "+optional",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
}
Expand Down Expand Up @@ -450,9 +522,9 @@
{
"name": "update",
"description": "",
"requestType": "CreatePublicConfigRequest",
"requestLongType": "CreatePublicConfigRequest",
"requestFullType": "spaceone.api.config.v1.CreatePublicConfigRequest",
"requestType": "UpdatePublicConfigRequest",
"requestLongType": "UpdatePublicConfigRequest",
"requestFullType": "spaceone.api.config.v1.UpdatePublicConfigRequest",
"requestStreaming": false,
"responseType": "PublicConfigInfo",
"responseLongType": "PublicConfigInfo",
Expand All @@ -470,29 +542,6 @@
}
}
},
{
"name": "set",
"description": "",
"requestType": "CreatePublicConfigRequest",
"requestLongType": "CreatePublicConfigRequest",
"requestFullType": "spaceone.api.config.v1.CreatePublicConfigRequest",
"requestStreaming": false,
"responseType": "PublicConfigInfo",
"responseLongType": "PublicConfigInfo",
"responseFullType": "spaceone.api.config.v1.PublicConfigInfo",
"responseStreaming": false,
"options": {
"google.api.http": {
"rules": [
{
"method": "POST",
"pattern": "/config/v1/public-config/set",
"body": "*"
}
]
}
}
},
{
"name": "delete",
"description": "",
Expand Down

0 comments on commit 237c944

Please sign in to comment.