Personal files
Personal files are files that are uploaded to a user profile. Users can view their personal files in the app. To create a personal file, first upload a file using the file upload endpoint, then the returned object_uuid is the uuid of your personal file. Use this for the uuid in the url for read, update and delete operations on personal files.
Retrieves a list of personal files
Retrieves a single personal file
Updates a personal file. This can be used to change the position of the personal file, the name of the personal file (for display purposes in the app) and whether the personal file is visible in the app.
Deletes a personal file. This will not delete the file itself, but only the reference to the file in the user profile.