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
whdalsrnt committed Dec 8, 2023
1 parent 6cb20c1 commit 6bbdf73
Showing 1 changed file with 32 additions and 13 deletions.
45 changes: 32 additions & 13 deletions dist/json/cloudforet/api/core/v2/Handler.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"hasServices": false,
"enums": [
{
"name": "TokenType",
"longName": "AuthorizationRequest.TokenType",
"fullName": "spaceone.api.core.v2.AuthorizationRequest.TokenType",
"name": "OwnerType",
"longName": "AuthorizationRequest.OwnerType",
"fullName": "spaceone.api.core.v2.AuthorizationRequest.OwnerType",
"description": "",
"values": [
{
Expand All @@ -29,11 +29,6 @@
"name": "APP",
"number": "2",
"description": ""
},
{
"name": "API_KEY",
"number": "3",
"description": ""
}
]
},
Expand Down Expand Up @@ -166,19 +161,19 @@
"defaultValue": ""
},
{
"name": "token_type",
"name": "owner_type",
"description": "",
"label": "",
"type": "TokenType",
"longType": "AuthorizationRequest.TokenType",
"fullType": "spaceone.api.core.v2.AuthorizationRequest.TokenType",
"type": "OwnerType",
"longType": "AuthorizationRequest.OwnerType",
"fullType": "spaceone.api.core.v2.AuthorizationRequest.OwnerType",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "api_key_id",
"name": "user_id",
"description": "",
"label": "",
"type": "string",
Expand All @@ -201,6 +196,30 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "api_key_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "workspace_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "domain_id",
"description": "",
Expand Down

0 comments on commit 6bbdf73

Please sign in to comment.