Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 2559762

Browse files
committed
use snake_case for properties
1 parent d85fd35 commit 2559762

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

catroweb.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ paths:
293293
summary: "Register"
294294
description:
295295
"
296-
Register a user. For pre-validation use the dry-run option.
296+
Register a user. For pre-validation use the dry_run option.
297297
Using Dry run the request is validated but no object is created on the server.
298298
"
299299
requestBody:
@@ -1859,7 +1859,7 @@ components:
18591859
- $ref: '#/components/schemas/BaseUser'
18601860
- type: object
18611861
properties:
1862-
currentPassword:
1862+
current_password:
18631863
type: string
18641864
format: password
18651865
example: current password
@@ -1882,7 +1882,7 @@ components:
18821882
DryRun:
18831883
type: object
18841884
properties:
1885-
dry-run:
1885+
dry_run:
18861886
type: boolean
18871887
default: false
18881888
description: "Indicates wether a request should only be verified or executed"
@@ -1992,7 +1992,7 @@ components:
19921992
- "Password too short"
19931993
- "Password too long"
19941994
- "Password contains invalid chars"
1995-
currentPassword:
1995+
current_password:
19961996
type: string
19971997
enum:
19981998
- "Current password is missing"
@@ -2195,7 +2195,7 @@ components:
21952195
type: string
21962196
example: "Newest projects"
21972197
description: "Translated name according to the language header"
2198-
projectsList:
2198+
projects_list:
21992199
type: array
22002200
description: "Array of projects"
22012201
items:

0 commit comments

Comments
 (0)