Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit f0d11c0

Browse files
chore(bot): update openapi3 schema
1 parent 5080ab2 commit f0d11c0

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

build/3.0.0/polyproto.core-v1.0-beta.4.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,20 @@ paths:
108108
- Migration - Registration not required
109109
security:
110110
- BearerAuth: []
111+
/.p2/core/v1/gateway:
112+
get:
113+
operationId: gatewayUrl
114+
summary: Get the gateway server URL
115+
description: Retrieve the URL of the gateway server to connect to.
116+
parameters: []
117+
responses:
118+
'200':
119+
description: The request has succeeded.
120+
content:
121+
text/plain:
122+
schema:
123+
type: string
124+
format: uri
111125
/.p2/core/v1/idcert:
112126
post:
113127
operationId: Registered_newIdCert

build/3.1.0/polyproto.core-v1.0-beta.4.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,20 @@ paths:
108108
- Migration - Registration not required
109109
security:
110110
- BearerAuth: []
111+
/.p2/core/v1/gateway:
112+
get:
113+
operationId: gatewayUrl
114+
summary: Get the gateway server URL
115+
description: Retrieve the URL of the gateway server to connect to.
116+
parameters: []
117+
responses:
118+
'200':
119+
description: The request has succeeded.
120+
content:
121+
text/plain:
122+
schema:
123+
type: string
124+
format: uri
111125
/.p2/core/v1/idcert:
112126
post:
113127
operationId: Registered_newIdCert

0 commit comments

Comments
 (0)