fix query parameters for keys
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Quentin 2023-11-23 08:50:10 +01:00
parent 2d37e7fa39
commit 814b3e11d4
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -409,8 +409,8 @@ paths:
description: |
Delete a key from the cluster. Its access will be removed from all the buckets. Buckets are not automatically deleted and can be dangling. You should manually delete them before.
parameters:
- name: access_key
in: path
- name: id
in: query
required: true
description: "The exact API access key generated by Garage"
example: "GK31c2f218a2e44f485b94239e"
@ -433,8 +433,8 @@ paths:
*Note: the secret key is not returned in the response, `null` is sent instead.*
parameters:
- name: access_key
in: path
- name: id
in: query
required: true
description: "The exact API access key generated by Garage"
example: "GK31c2f218a2e44f485b94239e"