For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

Renamed recovery method, improved concurrency, updated audit logs

· 2 min read

We have standardised the naming scheme for the cloud backup recovery method, improved concurrency for device requests, and refactored audit event types.

Recovery method name change

To have a consistent naming scheme, we have changed the name of recovery method CLOUD_BACKUP to CLOUD_BACKUP_RECOVERY_CODE.

Want to learn more?

To learn more, see the following endpoints in the MobileID API reference documentation:

Concurrency improvements

We have improved the database lock handling so that multiple concurrent requests for the same device get a proper error message, instead of an HTTP 500 error.

Want to learn more?

To learn more, see the following endpoints in the MobileID API reference documentation:

Renamed audit event types

We have rewritten most event type names to make them more readable. They now follow a general pattern of ORIGIN_ACTION_EVENT.

Want to learn more?

To see all changes, together with the previous naming scheme, see:

Purpose field removed

We have removed the purpose field, as the purpose is already a part of the event type name.