Skip to content

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

1
2
3
4
{
  "KeyID": "string",
  "Label": "string"
}

Response Example (200)

Response Type /definitions/encryptionAdminCreateKeyResponse

1
2
3
{
  "Success": true
}

Auto generated by Pydio Cells Enterprise Distribution v4.4.13 on 7-May-2025