Skip to content
Snippets Groups Projects

Resolve "Write API documentation"

Merged Arie Peterson requested to merge 2-write-api-documentation into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -33,7 +33,7 @@ Encryption keys:
Add a new password to a new Luks slot.
Post data: ``{"password": password, "new-password": new-password}``
``POST /encryption/keys/{slot-id}``
``PUT /encryption/keys/{slot-id}``
Change a luks slot's password. {slot} corresponds to a slot id listed by ``GET
/encryption/keys``.
Loading