From d20fbbf38c74d978261f4d5270e858e78ae63464 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Mon, 23 Nov 2020 15:04:44 +0800 Subject: [PATCH] =?utf8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=8E=A5=E5=8F=A3?= =?utf8?q?=E5=9C=B0=E5=9D=80=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../api-docs/user-data-service-thirdparty-poa.v1.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poa-api-docs/api-docs/user-data-service-thirdparty-poa.v1.yaml b/poa-api-docs/api-docs/user-data-service-thirdparty-poa.v1.yaml index 9f6336a..ad7bc42 100644 --- a/poa-api-docs/api-docs/user-data-service-thirdparty-poa.v1.yaml +++ b/poa-api-docs/api-docs/user-data-service-thirdparty-poa.v1.yaml @@ -27,7 +27,7 @@ tags: paths: - '/application/{applicationId}/groups': + '/admin/application/{applicationId}/groups': post: summary: 创建应用的用户组(普通) operationId: createAppGroup @@ -60,7 +60,7 @@ paths: default: $ref: '#/components/responses/DefaultErrorResponse' - '/application/{applicationId}/groups/{groupId}': + '/admin/application/{applicationId}/groups/{groupId}': get: summary: 获取应用的用户组(普通) operationId: getAppGroup @@ -162,7 +162,7 @@ paths: $ref: '#/components/responses/DefaultErrorResponse' - '/application/{applicationId}/groups/{groupId}/accounts': + '/admin/application/{applicationId}/groups/{groupId}/accounts': post: summary: 关联应用的用户组(普通)帐号 operationId: relateAppGroupAccounts -- 2.17.1