File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed
services/external-actor-gateway-service Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -205,26 +205,6 @@ components:
205205 - message
206206 - requestId
207207 type : object
208- GetHealthz :
209- type : object
210- properties :
211- healthy :
212- type : boolean
213- service :
214- type : string
215- timestamp :
216- type : string
217- uptime :
218- type : number
219- version :
220- type : string
221- required :
222- - healthy
223- - service
224- - timestamp
225- - uptime
226- - version
227- additionalProperties : false
228208 GetLink :
229209 type : object
230210 properties :
@@ -753,19 +733,6 @@ components:
753733 name : x-api-key
754734 type : apiKey
755735paths :
756- /healthz :
757- get :
758- description : Returns service health status
759- operationId : healthCheck
760- responses :
761- " 200 " :
762- description : Successful operation
763- content :
764- application/json :
765- schema :
766- $ref : " #/components/schemas/GetHealthz"
767- summary : Health check
768- security : []
769736 /v0/page_groups :
770737 get :
771738 description : Retrieve a list of page groups for the authenticated tenant with optional filtering and pagination
You can’t perform that action at this time.
0 commit comments