1
0

method-level security-control with some open endpoints (e.g. /api/ping) (#191)

Co-authored-by: Michael Hoennig <michael@hoennig.de>
Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/191
This commit is contained in:
Michael Hoennig
2025-08-26 11:50:09 +02:00
parent 5a5c1466b0
commit 2a6e86aca8
27 changed files with 143 additions and 22 deletions
@@ -17,6 +17,19 @@ paths:
"200":
description: OK
content:
'application/json':
'text/plain':
schema:
type: string
/api/pong:
get:
tags:
- test
operationId: pong
responses:
"200":
description: OK
content:
'text/plain':
schema:
type: string