Skip to content

Commit a6a031d

Browse files
yaml fmt
1 parent b660510 commit a6a031d

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

docs/assets/js/swagger.yml

+21-21
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ components:
305305
type: string
306306
path_type:
307307
type: string
308-
enum: [ common_prefix, object ]
308+
enum: [common_prefix, object]
309309
physical_address:
310310
type: string
311311
description: |
@@ -449,12 +449,12 @@ components:
449449
properties:
450450
type:
451451
type: string
452-
enum: [ added, removed, changed, conflict, prefix_changed ]
452+
enum: [added, removed, changed, conflict, prefix_changed]
453453
path:
454454
type: string
455455
path_type:
456456
type: string
457-
enum: [ common_prefix, object ]
457+
enum: [common_prefix, object]
458458
size_bytes:
459459
type: integer
460460
description: represents the size of the added/changed/deleted entry
@@ -480,7 +480,7 @@ components:
480480
properties:
481481
type:
482482
type: string
483-
enum: [ object, common_prefix, reset ]
483+
enum: [object, common_prefix, reset]
484484
description: What to reset according to path.
485485
path:
486486
type: string
@@ -908,7 +908,7 @@ components:
908908
RBAC will remain enabled on GUI if "external". That only works
909909
with an external auth service.
910910
type: string
911-
enum: [ none, simplified, external ]
911+
enum: [none, simplified, external]
912912
login_url:
913913
description: primary URL to use for login.
914914
type: string
@@ -941,7 +941,7 @@ components:
941941
properties:
942942
state:
943943
type: string
944-
enum: [ initialized, not_initialized ]
944+
enum: [initialized, not_initialized]
945945
comm_prefs_missing:
946946
type: boolean
947947
description: true if the comm prefs are missing.
@@ -1155,7 +1155,7 @@ components:
11551155
properties:
11561156
effect:
11571157
type: string
1158-
enum: [ allow, deny ]
1158+
enum: [allow, deny]
11591159
resource:
11601160
type: string
11611161
action:
@@ -1285,7 +1285,7 @@ components:
12851285
type: string
12861286
status:
12871287
type: string
1288-
enum: [ failed, completed ]
1288+
enum: [failed, completed]
12891289
commit_id:
12901290
type: string
12911291

@@ -1325,7 +1325,7 @@ components:
13251325
format: date-time
13261326
status:
13271327
type: string
1328-
enum: [ failed, completed ]
1328+
enum: [failed, completed]
13291329

13301330
HookRunList:
13311331
type: object
@@ -1479,7 +1479,7 @@ components:
14791479
properties:
14801480
type:
14811481
type: string
1482-
enum: [ common_prefix, object ]
1482+
enum: [common_prefix, object]
14831483
description: Path type, can either be 'common_prefix' or 'object'
14841484
path:
14851485
type: string
@@ -1759,7 +1759,7 @@ components:
17591759
properties:
17601760
status:
17611761
type: string
1762-
enum: [ open, closed, merged ]
1762+
enum: [open, closed, merged]
17631763
title:
17641764
type: string
17651765
description:
@@ -1843,7 +1843,7 @@ paths:
18431843
- internal
18441844
operationId: setupCommPrefs
18451845
summary: setup communications preferences
1846-
security: [ ]
1846+
security: []
18471847
requestBody:
18481848
required: true
18491849
content:
@@ -1876,7 +1876,7 @@ paths:
18761876
- internal
18771877
operationId: getSetupState
18781878
summary: check if the lakeFS installation is already set up
1879-
security: [ ]
1879+
security: []
18801880
responses:
18811881
200:
18821882
description: lakeFS setup state
@@ -1893,7 +1893,7 @@ paths:
18931893
- internal
18941894
operationId: setup
18951895
summary: setup lakeFS and create a first user
1896-
security: [ ]
1896+
security: []
18971897
requestBody:
18981898
required: true
18991899
content:
@@ -1940,7 +1940,7 @@ paths:
19401940
- auth
19411941
operationId: login
19421942
summary: perform a login
1943-
security: [ ] # No authentication
1943+
security: [] # No authentication
19441944
requestBody:
19451945
content:
19461946
application/json:
@@ -1973,7 +1973,7 @@ paths:
19731973
- auth
19741974
operationId: externalPrincipalLogin
19751975
summary: perform a login using an external authenticator
1976-
security: [ ]
1976+
security: []
19771977
requestBody:
19781978
content:
19791979
application/json:
@@ -2005,7 +2005,7 @@ paths:
20052005
- experimental
20062006
operationId: stsLogin # change to stsLogin
20072007
summary: perform a login with STS
2008-
security: [ ]
2008+
security: []
20092009
requestBody:
20102010
required: true
20112011
content:
@@ -2032,7 +2032,7 @@ paths:
20322032
- internal
20332033
operationId: getAuthCapabilities
20342034
summary: list authentication capabilities supported
2035-
security: [ ]
2035+
security: []
20362036
responses:
20372037
200:
20382038
description: auth capabilities
@@ -4150,7 +4150,7 @@ paths:
41504150
name: type
41514151
schema:
41524152
type: string
4153-
enum: [ two_dot, three_dot ]
4153+
enum: [two_dot, three_dot]
41544154
default: three_dot
41554155

41564156
get:
@@ -5763,7 +5763,7 @@ paths:
57635763
name: status
57645764
schema:
57655765
type: string
5766-
enum: [ open, closed, all ]
5766+
enum: [open, closed, all]
57675767
default: all
57685768
description: filter pull requests by status
57695769
responses:
@@ -5935,7 +5935,7 @@ paths:
59355935
/healthcheck:
59365936
get:
59375937
operationId: healthCheck
5938-
security: [ ]
5938+
security: []
59395939
tags:
59405940
- healthCheck
59415941
description: check that the API server is up and running

0 commit comments

Comments
 (0)