| 123456789101112131415161718192021222324 |
- UiDictionaries:
- get:
- operationId: getUiDictionaries
- summary: 查询统一UI展示字典
- description: 返回启动时加载的只读展示标签;不提供配置路径或写操作。
- parameters:
- - $ref: '../components/parameters.yaml#/XRequestId'
- responses:
- '200':
- description: 完整UI展示字典
- headers:
- X-Request-Id:
- description: 与响应体requestId相同
- schema:
- type: string
- format: uuid
- content:
- application/json:
- schema:
- $ref: '../components/schemas.yaml#/UiDictionariesResponse'
- '401':
- $ref: '../components/responses.yaml#/AuthenticationError'
- '500':
- $ref: '../components/responses.yaml#/InternalError'
|