This repository was archived by the owner on Mar 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ paths:
293
293
summary : " Register"
294
294
description :
295
295
"
296
- Register a user. For pre-validation use the dry-run option.
296
+ Register a user. For pre-validation use the dry_run option.
297
297
Using Dry run the request is validated but no object is created on the server.
298
298
"
299
299
requestBody :
@@ -1859,7 +1859,7 @@ components:
1859
1859
- $ref : ' #/components/schemas/BaseUser'
1860
1860
- type : object
1861
1861
properties :
1862
- currentPassword :
1862
+ current_password :
1863
1863
type : string
1864
1864
format : password
1865
1865
example : current password
@@ -1882,7 +1882,7 @@ components:
1882
1882
DryRun :
1883
1883
type : object
1884
1884
properties :
1885
- dry-run :
1885
+ dry_run :
1886
1886
type : boolean
1887
1887
default : false
1888
1888
description : " Indicates wether a request should only be verified or executed"
@@ -1992,7 +1992,7 @@ components:
1992
1992
- " Password too short"
1993
1993
- " Password too long"
1994
1994
- " Password contains invalid chars"
1995
- currentPassword :
1995
+ current_password :
1996
1996
type : string
1997
1997
enum :
1998
1998
- " Current password is missing"
@@ -2195,7 +2195,7 @@ components:
2195
2195
type : string
2196
2196
example : " Newest projects"
2197
2197
description : " Translated name according to the language header"
2198
- projectsList :
2198
+ projects_list :
2199
2199
type : array
2200
2200
description : " Array of projects"
2201
2201
items :
You can’t perform that action at this time.
0 commit comments