@@ -305,7 +305,7 @@ components:
305
305
type : string
306
306
path_type :
307
307
type : string
308
- enum : [ common_prefix, object ]
308
+ enum : [common_prefix, object]
309
309
physical_address :
310
310
type : string
311
311
description : |
@@ -449,12 +449,12 @@ components:
449
449
properties :
450
450
type :
451
451
type : string
452
- enum : [ added, removed, changed, conflict, prefix_changed ]
452
+ enum : [added, removed, changed, conflict, prefix_changed]
453
453
path :
454
454
type : string
455
455
path_type :
456
456
type : string
457
- enum : [ common_prefix, object ]
457
+ enum : [common_prefix, object]
458
458
size_bytes :
459
459
type : integer
460
460
description : represents the size of the added/changed/deleted entry
@@ -480,7 +480,7 @@ components:
480
480
properties :
481
481
type :
482
482
type : string
483
- enum : [ object, common_prefix, reset ]
483
+ enum : [object, common_prefix, reset]
484
484
description : What to reset according to path.
485
485
path :
486
486
type : string
@@ -908,7 +908,7 @@ components:
908
908
RBAC will remain enabled on GUI if "external". That only works
909
909
with an external auth service.
910
910
type : string
911
- enum : [ none, simplified, external ]
911
+ enum : [none, simplified, external]
912
912
login_url :
913
913
description : primary URL to use for login.
914
914
type : string
@@ -941,7 +941,7 @@ components:
941
941
properties :
942
942
state :
943
943
type : string
944
- enum : [ initialized, not_initialized ]
944
+ enum : [initialized, not_initialized]
945
945
comm_prefs_missing :
946
946
type : boolean
947
947
description : true if the comm prefs are missing.
@@ -1155,7 +1155,7 @@ components:
1155
1155
properties :
1156
1156
effect :
1157
1157
type : string
1158
- enum : [ allow, deny ]
1158
+ enum : [allow, deny]
1159
1159
resource :
1160
1160
type : string
1161
1161
action :
@@ -1285,7 +1285,7 @@ components:
1285
1285
type : string
1286
1286
status :
1287
1287
type : string
1288
- enum : [ failed, completed ]
1288
+ enum : [failed, completed]
1289
1289
commit_id :
1290
1290
type : string
1291
1291
@@ -1325,7 +1325,7 @@ components:
1325
1325
format : date-time
1326
1326
status :
1327
1327
type : string
1328
- enum : [ failed, completed ]
1328
+ enum : [failed, completed]
1329
1329
1330
1330
HookRunList :
1331
1331
type : object
@@ -1479,7 +1479,7 @@ components:
1479
1479
properties :
1480
1480
type :
1481
1481
type : string
1482
- enum : [ common_prefix, object ]
1482
+ enum : [common_prefix, object]
1483
1483
description : Path type, can either be 'common_prefix' or 'object'
1484
1484
path :
1485
1485
type : string
@@ -1759,7 +1759,7 @@ components:
1759
1759
properties :
1760
1760
status :
1761
1761
type : string
1762
- enum : [ open, closed, merged ]
1762
+ enum : [open, closed, merged]
1763
1763
title :
1764
1764
type : string
1765
1765
description :
@@ -1843,7 +1843,7 @@ paths:
1843
1843
- internal
1844
1844
operationId : setupCommPrefs
1845
1845
summary : setup communications preferences
1846
- security : [ ]
1846
+ security : []
1847
1847
requestBody :
1848
1848
required : true
1849
1849
content :
@@ -1876,7 +1876,7 @@ paths:
1876
1876
- internal
1877
1877
operationId : getSetupState
1878
1878
summary : check if the lakeFS installation is already set up
1879
- security : [ ]
1879
+ security : []
1880
1880
responses :
1881
1881
200 :
1882
1882
description : lakeFS setup state
@@ -1893,7 +1893,7 @@ paths:
1893
1893
- internal
1894
1894
operationId : setup
1895
1895
summary : setup lakeFS and create a first user
1896
- security : [ ]
1896
+ security : []
1897
1897
requestBody :
1898
1898
required : true
1899
1899
content :
@@ -1940,7 +1940,7 @@ paths:
1940
1940
- auth
1941
1941
operationId : login
1942
1942
summary : perform a login
1943
- security : [ ] # No authentication
1943
+ security : [] # No authentication
1944
1944
requestBody :
1945
1945
content :
1946
1946
application/json :
@@ -1973,7 +1973,7 @@ paths:
1973
1973
- auth
1974
1974
operationId : externalPrincipalLogin
1975
1975
summary : perform a login using an external authenticator
1976
- security : [ ]
1976
+ security : []
1977
1977
requestBody :
1978
1978
content :
1979
1979
application/json :
@@ -2005,7 +2005,7 @@ paths:
2005
2005
- experimental
2006
2006
operationId : stsLogin # change to stsLogin
2007
2007
summary : perform a login with STS
2008
- security : [ ]
2008
+ security : []
2009
2009
requestBody :
2010
2010
required : true
2011
2011
content :
@@ -2032,7 +2032,7 @@ paths:
2032
2032
- internal
2033
2033
operationId : getAuthCapabilities
2034
2034
summary : list authentication capabilities supported
2035
- security : [ ]
2035
+ security : []
2036
2036
responses :
2037
2037
200 :
2038
2038
description : auth capabilities
@@ -4150,7 +4150,7 @@ paths:
4150
4150
name : type
4151
4151
schema :
4152
4152
type : string
4153
- enum : [ two_dot, three_dot ]
4153
+ enum : [two_dot, three_dot]
4154
4154
default : three_dot
4155
4155
4156
4156
get :
@@ -5763,7 +5763,7 @@ paths:
5763
5763
name : status
5764
5764
schema :
5765
5765
type : string
5766
- enum : [ open, closed, all ]
5766
+ enum : [open, closed, all]
5767
5767
default : all
5768
5768
description : filter pull requests by status
5769
5769
responses :
@@ -5935,7 +5935,7 @@ paths:
5935
5935
/healthcheck :
5936
5936
get :
5937
5937
operationId : healthCheck
5938
- security : [ ]
5938
+ security : []
5939
5939
tags :
5940
5940
- healthCheck
5941
5941
description : check that the API server is up and running
0 commit comments