Files from a core instance with backward pagination.
/v1/core_instances/{coreInstanceID}/files
Limit to the last files.
Paginate files before the given cursor.
Create a new file within a core instance.
The file will be created with the given name and content.
If encypted
is set to true
, the file will be encrypted using the
core instance's encryption key.
The name must be unique among all files within the core instance.
/v1/core_instances/{coreInstanceID}/files
myfile
The contents of the file to be created in base 64 format.