From 1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sun, 12 Jul 2026 17:11:17 +0800 Subject: update APIs 20260712 --- data/en_us/dms/2017-12-19/api-docs.php | 151 --------------------------------- 1 file changed, 151 deletions(-) delete mode 100644 data/en_us/dms/2017-12-19/api-docs.php (limited to 'data/en_us/dms/2017-12-19/api-docs.php') diff --git a/data/en_us/dms/2017-12-19/api-docs.php b/data/en_us/dms/2017-12-19/api-docs.php deleted file mode 100644 index 478c0b7..0000000 --- a/data/en_us/dms/2017-12-19/api-docs.php +++ /dev/null @@ -1,151 +0,0 @@ - '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'Dms', - 'version' => '2017-12-19', - ], - 'directories' => [ - [ - 'id' => 0, - 'title' => '其它', - 'type' => 'directory', - 'children' => [ - 'AddUser', - ], - ], - ], - 'components' => [ - 'schemas' => [], - ], - 'apis' => [ - 'AddUser' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'parameters' => [ - [ - 'name' => 'deviceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'userId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'parentId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'subUser', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'grantUserId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'grantUserName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'grantUserType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'description', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'errorMessage' => [ - 'type' => 'string', - ], - 'success' => [ - 'type' => 'boolean', - ], - 'errorCode' => [ - 'type' => 'string', - ], - 'data' => [ - 'type' => 'string', - ], - 'requestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - 'errorCodes' => [], - 'responseDemo' => null, - ], - ], - 'endpoints' => [ - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'dms.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'dms.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'dms.cn-shanghai.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'dms.cn-shenzhen.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'dms.ap-southeast-1.aliyuncs.com', - ], - ], -]; -- cgit v1.2.3