Upload file
POST/events-manager/v1/uploads
Accepts a multipart form upload, validates it through Events Manager upload filters, stores it temporarily, and returns a temporary file ID plus a revert nonce.
Requestβ
Responsesβ
- 200
- 400
- 401
- 403
- 404
- 500
Temporary file upload was accepted.
Invalid request.
Authentication is required or invalid.
The authenticated user cannot perform this action.
The requested object was not found.
An unexpected server error occurred.