From eccd5cd5a067f5659982685afdeea209b1888efb Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sat, 14 Feb 2026 10:08:30 +0800 Subject: first commit --- data/ossadmin/2019-04-22/api-docs.php | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 data/ossadmin/2019-04-22/api-docs.php (limited to 'data/ossadmin/2019-04-22/api-docs.php') diff --git a/data/ossadmin/2019-04-22/api-docs.php b/data/ossadmin/2019-04-22/api-docs.php new file mode 100644 index 0000000..afb0266 --- /dev/null +++ b/data/ossadmin/2019-04-22/api-docs.php @@ -0,0 +1,45 @@ + '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'OssAdmin', + 'version' => '2019-04-22', + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'OpenOssService' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + [ + 'PrivateKey' => [], + ], + [ + 'BearerToken' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'public', + 'endpoint' => 'oss-admin.aliyuncs.com', + ], + ], +]; -- cgit v1.2.3