forked from Deuxfleurs/garage
fix query parameters for keys
This commit is contained in:
parent
2d37e7fa39
commit
814b3e11d4
1 changed files with 5 additions and 5 deletions
|
@ -409,8 +409,8 @@ paths:
|
||||||
description: |
|
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.
|
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:
|
parameters:
|
||||||
- name: access_key
|
- name: id
|
||||||
in: path
|
in: query
|
||||||
required: true
|
required: true
|
||||||
description: "The exact API access key generated by Garage"
|
description: "The exact API access key generated by Garage"
|
||||||
example: "GK31c2f218a2e44f485b94239e"
|
example: "GK31c2f218a2e44f485b94239e"
|
||||||
|
@ -433,8 +433,8 @@ paths:
|
||||||
|
|
||||||
*Note: the secret key is not returned in the response, `null` is sent instead.*
|
*Note: the secret key is not returned in the response, `null` is sent instead.*
|
||||||
parameters:
|
parameters:
|
||||||
- name: access_key
|
- name: id
|
||||||
in: path
|
in: query
|
||||||
required: true
|
required: true
|
||||||
description: "The exact API access key generated by Garage"
|
description: "The exact API access key generated by Garage"
|
||||||
example: "GK31c2f218a2e44f485b94239e"
|
example: "GK31c2f218a2e44f485b94239e"
|
||||||
|
|
Loading…
Reference in a new issue