diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-28 18:53:44 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-29 19:26:16 +0100 |
commit | 5fefbd94e9f8cded0d911f7cdae3d0382762607c (patch) | |
tree | c3f58e0cd18fd5e61562eec9a0dc27f205f3aa82 /doc/api | |
parent | ba810b2e8157855df36b5f8dc9d5fced40efbafd (diff) | |
download | garage-5fefbd94e9f8cded0d911f7cdae3d0382762607c.tar.gz garage-5fefbd94e9f8cded0d911f7cdae3d0382762607c.zip |
admin api: rename allow/deny api calls in api v2
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/garage-admin-v2.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/garage-admin-v2.yml b/doc/api/garage-admin-v2.yml index 07df11ad..9ee1cf63 100644 --- a/doc/api/garage-admin-v2.yml +++ b/doc/api/garage-admin-v2.yml @@ -826,11 +826,11 @@ paths: schema: $ref: '#/components/schemas/BucketInfo' - /BucketAllowKey: + /AllowBucketKey: post: tags: - Permissions - operationId: "BucketAllowKey" + operationId: "AllowBucketKey" summary: "Allow key" description: | ⚠️ **DISCLAIMER**: Garage's developers are aware that this endpoint has an unconventional semantic. Be extra careful when implementing it, its behavior is not obvious. @@ -886,11 +886,11 @@ paths: schema: $ref: '#/components/schemas/BucketInfo' - /BucketDenyKey: + /DenyBucketKey: post: tags: - Permissions - operationId: "BucketDenyKey" + operationId: "DenyBucketKey" summary: "Deny key" description: | ⚠️ **DISCLAIMER**: Garage's developers are aware that this endpoint has an unconventional semantic. Be extra careful when implementing it, its behavior is not obvious. |