Skip to main content

FILE.UPLOAD_ERROR

POST 

To set an error to file that didn't upload

Request

Body

    action stringrequired

    Default value: file.upload_error

    The action

    _key stringrequired

    The filename with extension

    presigned_data objectrequired

    The content type

    errors object
    anyOf

    string

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...