Skip to content

Commit

Permalink
Added missing User-Id headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Deeds67 authored Jan 31, 2025
1 parent e0bc1ae commit 2701041
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion justiz-backend-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ paths:
required: false
schema:
type: string
description: "Filter results by Verfahren status. Multiple statuses can be provided as a comma-separated list (e.g., status=pending,active,closed)."
description: "Filter results by Verfahren status. Multiple statuses can be provided as a comma-separated list (e.g., status=pending,active,closed). Exact statuses are TBD"
responses:
'200':
description: "Paginated list of Verfahren."
Expand Down Expand Up @@ -366,6 +366,12 @@ paths:
default: 10
minimum: 1
maximum: 100
- in: header
name: X-User-ID
required: true
schema:
type: string
description: "The unique identifier of the user making the request."
responses:
"200":
description: "A list of documents associated with the specified Akte"
Expand Down Expand Up @@ -499,6 +505,12 @@ paths:
schema:
type: "string"
example: "3bda37f1-3932-4e28-8f21-c0974dd3bdb0"
- in: header
name: X-User-ID
required: true
schema:
type: string
description: "The unique identifier of the user making the request."
responses:
"200":
description: "The requested document file"
Expand Down

0 comments on commit 2701041

Please sign in to comment.