Projects
Enabling Project Managed Encryption
(introduced: version 0.6)
Project Managed Encryption can be enabled via the API. To do this, POST with the passphrase and optionally a reminder hint about the passphrase. If managed encryption is already enabled, a 409 error response will be returned.
Enabling managed encryption will modify all unencrypted forms in the project, and as a result the version of all forms within the project will also be modified. It is therefore best to enable managed encryption before devices are in the field. Any forms in the project that already have self-supplied encryption keys will be left alone.
post/v1/projects/{id}/key
Path parameters
idnumber required
The numeric ID of the Project
Response
OK