POST /a/config/encryption/create

Create a new master key

Body Parameters

Name Description Type Required
KeyID Create a key with this ID string
Label Provide label for the newly created key string

Body Example

{
  "KeyID": "string",
  "Label": "string"
}

Response Example (200)

Response Type /definitions/encryptionAdminCreateKeyResponse

{
  "Success": true
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top