Skip to content

Commit 3740bf4

Browse files
committed
Add SchemaRoute endpoint and update OpenAPI specs
1 parent a2ac674 commit 3740bf4

8 files changed

Lines changed: 249 additions & 52 deletions

File tree

docs/openapi/openapi_boot.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,8 @@ paths:
962962
operationId: Get_OpenApi_specification
963963
/v1/:
964964
get:
965-
summary: Returns a list of all routes in the main route that are collection
965+
summary: Returns a list of all routes in the main route that are
966+
collection
966967
tags: []
967968
parameters:
968969
- name: filters
@@ -1341,7 +1342,8 @@ paths:
13411342
schema: {}
13421343
default:
13431344
$ref: '#/components/responses/Error'
1344-
operationId: Refresh_secret_v1_nodes_NodeEncryptionKeyUuid_actions_refresh_secret_invoke
1345+
operationId:
1346+
Refresh_secret_v1_nodes_NodeEncryptionKeyUuid_actions_refresh_secret_invoke
13451347
servers:
13461348
- url: http://127.0.0.1:11013
13471349
description: ''

docs/openapi/openapi_orch.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ paths:
273273
operationId: Get_OpenApi_specification
274274
/v1/:
275275
get:
276-
summary: Returns a list of all routes in the main route that are collection
276+
summary: Returns a list of all routes in the main route that are
277+
collection
277278
tags: []
278279
parameters:
279280
- name: filters

docs/openapi/openapi_status.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,8 @@ paths:
685685
operationId: Get_OpenApi_specification
686686
/v1/:
687687
get:
688-
summary: Returns a list of all routes in the main route that are collection
688+
summary: Returns a list of all routes in the main route that are
689+
collection
689690
tags: []
690691
parameters:
691692
- name: filters

0 commit comments

Comments
 (0)