diff options
Diffstat (limited to 'data/ecs-workbench/2025-11-11/api-docs.php')
| -rw-r--r-- | data/ecs-workbench/2025-11-11/api-docs.php | 44 |
1 files changed, 9 insertions, 35 deletions
diff --git a/data/ecs-workbench/2025-11-11/api-docs.php b/data/ecs-workbench/2025-11-11/api-docs.php index d127fd7..3cfa04f 100644 --- a/data/ecs-workbench/2025-11-11/api-docs.php +++ b/data/ecs-workbench/2025-11-11/api-docs.php @@ -1,22 +1,13 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'ecs-workbench', - 'version' => '2025-11-11', - ], + 'info' => ['style' => 'RPC', 'product' => 'ecs-workbench', 'version' => '2025-11-11'], 'components' => [ 'schemas' => [], ], 'apis' => [ 'DescribeTerminalSettings' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -26,13 +17,8 @@ 'parameters' => [], ], 'ModifyTerminalSettings' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -48,10 +34,7 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'Enabled' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'Enabled' => ['type' => 'boolean', 'required' => false], ], ], ], @@ -59,17 +42,8 @@ ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'ecs-workbench.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'ecs-workbench.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'ecs-workbench.ap-southeast-1.aliyuncs.com', - ], + ['regionId' => 'cn-hangzhou', 'endpoint' => 'ecs-workbench.cn-hangzhou.aliyuncs.com'], + ['regionId' => 'cn-beijing', 'endpoint' => 'ecs-workbench.cn-beijing.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'endpoint' => 'ecs-workbench.ap-southeast-1.aliyuncs.com'], ], ]; |
