FILE.UPLOAD_ERROR
POST
To set an error to file that didn't upload
Request
- application/json
Body
- MOD2
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
- 200
Example response
- application/json
- Schema
- Example (from schema)
Schema
data object
_key string
The file _key
change
Possible values: [updated
, deleted
, error
]
the changed that occured. Values: updated|deleted|error
{
"data": {
"_key": "string"
}
}
Loading...