Skip to main content

FILE.UPDATE

POST 

To update a file permission and meta data

Request

Body

    action stringrequired

    Default value: file.update

    The action

    _key stringrequired

    The file _key

    public_read boolean

    Set to true to make the file public

    metadata object

    Object of the file metadata.

Responses

Example response

Schema
    data object
    _key string

    The file _key

    change

    Possible values: [updated, deleted, error]

    the changed that occured. Values: updated|deleted|error

Loading...