This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,20 @@ paths:
108
108
- Migration - Registration not required
109
109
security :
110
110
- 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
111
125
/.p2/core/v1/idcert :
112
126
post :
113
127
operationId : Registered_newIdCert
Original file line number Diff line number Diff line change @@ -108,6 +108,20 @@ paths:
108
108
- Migration - Registration not required
109
109
security :
110
110
- 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
111
125
/.p2/core/v1/idcert :
112
126
post :
113
127
operationId : Registered_newIdCert
You can’t perform that action at this time.
0 commit comments