aboutsummaryrefslogtreecommitdiff
path: root/doc/drafts
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-05-17 19:02:13 +0200
committerAlex Auvolat <alex@adnab.me>2022-05-17 19:02:13 +0200
commitdcfa408887b588e9f9eee608c1358a5a81330e9e (patch)
tree168f66fe25786df731aa2bbf32d1d8f3b683bcdb /doc/drafts
parent70383b4363c9d9d1ddebcb29c60f833022e97d24 (diff)
downloadgarage-dcfa408887b588e9f9eee608c1358a5a81330e9e.tar.gz
garage-dcfa408887b588e9f9eee608c1358a5a81330e9e.zip
Implement ImportKey
Diffstat (limited to 'doc/drafts')
-rw-r--r--doc/drafts/admin-api.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/drafts/admin-api.md b/doc/drafts/admin-api.md
index 2e1ffa82..d6b8ed5d 100644
--- a/doc/drafts/admin-api.md
+++ b/doc/drafts/admin-api.md
@@ -273,6 +273,20 @@ Request body format:
}
```
+### ImportKey `POST /v0/key/import`
+
+Imports an existing API key.
+
+Request body format:
+
+```json
+{
+ "accessKeyId": "GK31c2f218a2e44f485b94239e",
+ "secretAccessKey": "b892c0665f0ada8a4755dae98baa3b133590e11dae3bcc1f9d769d67f16c3835",
+ "name": "NameOfMyKey"
+}
+```
+
### GetKeyInfo `GET /v0/key?id=<acces key id>`
### GetKeyInfo `GET /v0/key?search=<pattern>`