Skip to content

Commit

Permalink
Run format:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Deeds67 committed Feb 3, 2025
1 parent 5f9f0f1 commit 8b3d3c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions justiz-backend-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ paths:
type: string
description: "The unique identifier of the user making the request."
responses:
'201':
"201":
description: "Verfahren created successfully."
content:
application/json:
Expand All @@ -41,7 +41,7 @@ paths:
verfahren_id:
type: string
format: uuid
'400':
"400":
description: "Invalid XML file format."
content:
application/json:
Expand All @@ -51,7 +51,7 @@ paths:
error:
type: string
example: "Invalid XML format. Please upload a valid XML file conforming to the XJustiz schema."
'500':
"500":
description: "Internal server error."
content:
application/json:
Expand Down Expand Up @@ -96,7 +96,7 @@ paths:
type: string
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':
"200":
description: "Paginated list of Verfahren."
content:
application/json:
Expand Down Expand Up @@ -145,7 +145,7 @@ paths:
type: string
description: "The unique identifier of the user making the request."
responses:
'200':
"200":
description: "Details of the specified Verfahren."
content:
application/json:
Expand Down Expand Up @@ -186,7 +186,7 @@ paths:
type: string
format: binary
responses:
'200':
"200":
description: "Action executed successfully."
content:
application/json:
Expand Down Expand Up @@ -268,7 +268,7 @@ paths:
type: string
description: "The unique identifier of the user making the request."
responses:
'200':
"200":
description: "Details of the specified Akte."
content:
application/json:
Expand Down Expand Up @@ -300,7 +300,7 @@ paths:
type: string
description: "The unique identifier of the user making the request."
responses:
'200':
"200":
description: "Returns the Aktenbaum for the specified Akte."
content:
application/json:
Expand Down

0 comments on commit 8b3d3c9

Please sign in to comment.