$ref: '#/components/responses/DefaultErrorResponse'
+ '/organizations/{organizationId}/organizationChain':
+ get:
+ summary: 根据组织机构ID获取组织机构链
+ operationId: getOrganizationChain
+ tags:
+ - Organization
+ security:
+ - oauth2:
+ - "user:v1:readOrganization"
+ parameters:
+ - name: organizationId
+ in: path
+ required: true
+ description: 组织机构ID
+ schema:
+ type: string
+ responses:
+ '200':
+ description: 组织机构信息
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/OrganizationListResponse'
+ default:
+ $ref: '#/components/responses/DefaultErrorResponse'
+
+ '/organizations/organizationCode/{organizationCode}/organizationChain':
+ get:
+ summary: 根据组织机构代码获取组织机构链
+ operationId: getOrganizationChainByCode
+ tags:
+ - Organization
+ security:
+ - oauth2:
+ - "user:v1:readOrganization"
+ parameters:
+ - name: organizationCode
+ in: path
+ required: true
+ description: 组织机构代码
+ schema:
+ type: string
+ responses:
+ '200':
+ description: 组织机构信息
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/OrganizationListResponse'
+ default:
+ $ref: '#/components/responses/DefaultErrorResponse'
+
+
'/organizations/{organizationId}/users':
get:
summary: 获取组织机构下的用户列表(弃用)
IMAGE_PREFIX="authx-service"
NAME="poa-api-docs-installer"
-VERSION="1.1.2-SNAPSHOT"
+VERSION="1.1.3-SNAPSHOT"
function build