Skip to content

Commit

Permalink
Query parameter on Verfahren
Browse files Browse the repository at this point in the history
  • Loading branch information
Deeds67 authored Jan 30, 2025
1 parent 68193cd commit e0bc1ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions justiz-backend-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ paths:
schema:
type: string
description: "The unique identifier of the user making the request."
- in: query
name: status
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)."
responses:
'200':
description: "Paginated list of Verfahren."
Expand Down

0 comments on commit e0bc1ae

Please sign in to comment.