Skip to content

Commit

Permalink
use snake_case for properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetzner committed Aug 30, 2024
1 parent d85fd35 commit 2559762
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions catroweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ paths:
summary: "Register"
description:
"
Register a user. For pre-validation use the dry-run option.
Register a user. For pre-validation use the dry_run option.
Using Dry run the request is validated but no object is created on the server.
"
requestBody:
Expand Down Expand Up @@ -1859,7 +1859,7 @@ components:
- $ref: '#/components/schemas/BaseUser'
- type: object
properties:
currentPassword:
current_password:
type: string
format: password
example: current password
Expand All @@ -1882,7 +1882,7 @@ components:
DryRun:
type: object
properties:
dry-run:
dry_run:
type: boolean
default: false
description: "Indicates wether a request should only be verified or executed"
Expand Down Expand Up @@ -1992,7 +1992,7 @@ components:
- "Password too short"
- "Password too long"
- "Password contains invalid chars"
currentPassword:
current_password:
type: string
enum:
- "Current password is missing"
Expand Down Expand Up @@ -2195,7 +2195,7 @@ components:
type: string
example: "Newest projects"
description: "Translated name according to the language header"
projectsList:
projects_list:
type: array
description: "Array of projects"
items:
Expand Down

0 comments on commit 2559762

Please sign in to comment.