You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/swagger.yml
+26-20Lines changed: 26 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ components:
43
43
PaginationPrefix:
44
44
in: query
45
45
name: prefix
46
+
allowEmptyValue: true
46
47
description: return items prefixed with this value
47
48
schema:
48
49
type: string
@@ -51,6 +52,7 @@ components:
51
52
in: query
52
53
name: after
53
54
description: return items after this value
55
+
allowEmptyValue: true
54
56
schema:
55
57
type: string
56
58
@@ -67,17 +69,19 @@ components:
67
69
PaginationDelimiter:
68
70
in: query
69
71
name: delimiter
72
+
allowEmptyValue: true
70
73
description: delimiter used to group common prefixes by
71
74
schema:
72
75
type: string
73
76
74
77
SearchString:
75
78
in: query
76
79
name: search
80
+
allowEmptyValue: true
77
81
description: string for searching relevant entries
78
82
schema:
79
83
type: string
80
-
84
+
81
85
IfNoneMatch:
82
86
in: header
83
87
name: If-None-Match
@@ -286,12 +290,12 @@ components:
286
290
example: "main"
287
291
sample_data:
288
292
type: boolean
289
-
example: "true"
290
293
default: false
294
+
example: true
291
295
read_only:
292
296
type: boolean
293
-
example: "true"
294
297
default: false
298
+
example: true
295
299
296
300
PathList:
297
301
type: object
@@ -934,9 +938,9 @@ components:
934
938
Placeholder text to display in the username field of the login form.
935
939
type: string
936
940
password_ui_placeholder:
937
-
description: |
938
-
Placeholder text to display in the password field of the login form.
939
-
type: string
941
+
description: |
942
+
Placeholder text to display in the password field of the login form.
943
+
type: string
940
944
login_url:
941
945
description: primary URL to use for login.
942
946
type: string
@@ -1021,7 +1025,6 @@ components:
1021
1025
- featureUpdates
1022
1026
- securityUpdates
1023
1027
1024
-
1025
1028
Credentials:
1026
1029
type: object
1027
1030
required:
@@ -1271,11 +1274,11 @@ components:
1271
1274
type: string
1272
1275
blockstore_description:
1273
1276
type: string
1274
-
1277
+
1275
1278
StorageConfigList:
1276
-
type: array
1277
-
items:
1278
-
$ref: "#/components/schemas/StorageConfig"
1279
+
type: array
1280
+
items:
1281
+
$ref: "#/components/schemas/StorageConfig"
1279
1282
1280
1283
Config:
1281
1284
type: object
@@ -1554,6 +1557,8 @@ components:
1554
1557
type: boolean
1555
1558
default: false
1556
1559
example:
1560
+
commit:
1561
+
message: Importing collections from S3
1557
1562
paths:
1558
1563
- path: s3://my-bucket/production/collections/
1559
1564
destination: collections/
@@ -1857,10 +1862,10 @@ components:
1857
1862
type: string
1858
1863
description:
1859
1864
type: string
1860
-
1865
+
1861
1866
PullRequest:
1862
1867
allOf:
1863
-
- $ref: '#/components/schemas/PullRequestBasic'
1868
+
- $ref: "#/components/schemas/PullRequestBasic"
1864
1869
- required:
1865
1870
- status
1866
1871
- title
@@ -2757,7 +2762,6 @@ paths:
2757
2762
default:
2758
2763
$ref: "#/components/responses/ServerError"
2759
2764
2760
-
2761
2765
/auth/users/{userId}/external/principals:
2762
2766
parameters:
2763
2767
- in: path
@@ -3759,11 +3763,13 @@ paths:
3759
3763
- in: query
3760
3764
name: since
3761
3765
description: Show commits more recent than a specific date-time. In case used with stop_at parameter, will stop at the first commit that meets any of the conditions.
3766
+
allowEmptyValue: true
3762
3767
schema:
3763
3768
type: string
3764
3769
format: date-time
3765
3770
- in: query
3766
3771
name: stop_at
3772
+
allowEmptyValue: true
3767
3773
description: A reference to stop at. In case used with since parameter, will stop at the first commit that meets any of the conditions.
3768
3774
schema:
3769
3775
type: string
@@ -3976,8 +3982,7 @@ paths:
3976
3982
- experimental
3977
3983
operationId: hardResetBranch
3978
3984
summary: hard reset branch
3979
-
description:
3980
-
Relocate branch to refer to ref. Branch must not contain
3985
+
description: Relocate branch to refer to ref. Branch must not contain
0 commit comments