don't require currentSubject header for /api/ping anymore

This commit is contained in:
Michael Hoennig 2025-03-11 10:52:52 +01:00
parent ab0e1f604b
commit 5512c6682c

View File

@ -6,7 +6,7 @@ components:
currentSubject:
name: current-subject
in: header
required: true
required: false
schema:
type: string
description: Identifying name of the current subject (e.g. user).