Upload File Column Attachment
POST/board/:boardId/table/:tableId/row/:rowId/column/:columnId/file
Upload a file and attach it to a FILE column cell on a specific row. Send the request as multipart/form-data with one file part named file.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Default Response
Default Response
Unauthorized - Authentication is required
Default Response
Not Found - The requested resource was not found
Internal Server Error - Something went wrong on the server