mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2025-03-06 10:41:10 +00:00
admin api definition: fix globalAlias query parameter name (related: #971)
This commit is contained in:
parent
67d7c0769b
commit
8647ebf003
1 changed files with 2 additions and 2 deletions
|
@ -687,7 +687,7 @@ paths:
|
||||||
operationId: "GetBucketInfo"
|
operationId: "GetBucketInfo"
|
||||||
summary: "Get a bucket"
|
summary: "Get a bucket"
|
||||||
description: |
|
description: |
|
||||||
Given a bucket identifier (`id`) or a global alias (`alias`), get its information.
|
Given a bucket identifier (`id`) or a global alias (`globalAlias`), get its information.
|
||||||
It includes its aliases, its web configuration, keys that have some permissions
|
It includes its aliases, its web configuration, keys that have some permissions
|
||||||
on it, some statistics (number of objects, size), number of dangling multipart uploads,
|
on it, some statistics (number of objects, size), number of dangling multipart uploads,
|
||||||
and its quotas (if any).
|
and its quotas (if any).
|
||||||
|
@ -701,7 +701,7 @@ paths:
|
||||||
example: "b4018dc61b27ccb5c64ec1b24f53454bbbd180697c758c4d47a22a8921864a87"
|
example: "b4018dc61b27ccb5c64ec1b24f53454bbbd180697c758c4d47a22a8921864a87"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
- name: alias
|
- name: globalAlias
|
||||||
in: query
|
in: query
|
||||||
description: |
|
description: |
|
||||||
The exact global alias of one of the existing buckets.
|
The exact global alias of one of the existing buckets.
|
||||||
|
|
Loading…
Reference in a new issue