Uploads a file to a specific faculty activity by sending the raw file binary data in the request body
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Bearer token
Content type of the file
Original filename for the uploaded file
Alternative way to specify filename using Content-Disposition header (e.g., attachment; filename="document.pdf")
Faculty Activity UUID
File content as binary data
The body is of type file
.
file uploaded without filename header
The response is of type object
.