Skip to content

Commit 968a353

Browse files
authored
Merge pull request #110 from encryption4all/fix/gib-to-gb
fix: use GB instead of GiB in API description
2 parents 68d7cec + 98e831e commit 968a353

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

api-description.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ paths:
147147
"404":
148148
description: "Partially uploaded file does not exist."
149149
"413":
150-
description: "The upload exceeds the per-upload size limit (5 GiB)."
150+
description: "The upload exceeds the per-upload size limit (5 GB)."
151151
content:
152152
application/json:
153153
schema:
@@ -197,7 +197,7 @@ paths:
197197
"404":
198198
description: "Partially upload file does not exist."
199199
"413":
200-
description: "The sender has exceeded the rolling 14-day upload limit (15 GiB)."
200+
description: "The sender has exceeded the rolling 14-day upload limit (15 GB)."
201201
content:
202202
application/json:
203203
schema:
@@ -247,14 +247,14 @@ paths:
247247
limit_bytes:
248248
type: "integer"
249249
format: "int64"
250-
description: "Rolling-window upload limit in bytes (15 GiB)."
250+
description: "Rolling-window upload limit in bytes (15 GB)."
251251
window_days:
252252
type: "integer"
253253
description: "Length of the rolling window in days."
254254
per_upload_limit_bytes:
255255
type: "integer"
256256
format: "int64"
257-
description: "Maximum size of a single upload in bytes (5 GiB)."
257+
description: "Maximum size of a single upload in bytes (5 GB)."
258258
resets_at:
259259
type: "string"
260260
format: "date-time"

0 commit comments

Comments
 (0)