v1.4.1
Highlight ๐
Trash
You can restore space, base, and table from trash now!
Drag and drop attachments to reorder
Community contributions from @zholadev โค๏ธ
Unclaimed project
Are you a maintainer of teable? Claim this project to take control of your public changelog and roadmap.
Changelog
โจ The Next Gen Airtable Alternative: No-Code Postgres
Last updated 20 days ago
You can restore space, base, and table from trash now!
Community contributions from @zholadev โค๏ธ
Your own personal AI assistant. Any OS. Any Platform. The lobster way. ๐ฆ
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
https://github.com/user-attachments/assets/84d945cf-528d-4349-81d5-c3de9772c347
Upload via file
curl -X POST 'https://app.teable.io/table/__tableId__/record/__recordId__/__fieldId__/uploadAttachment' \
-H 'Authorization: Bearer __token__' \
-H 'Content-Type: multipart/form-data' \
-F 'file=@/path/to/your/file.jpg'
Upload via URL
curl -X POST 'https://app.teable.io/table/__tableId__/record/__recordId__/__fieldId__/uploadAttachment' \
-H 'Authorization: Bearer __token__' \
-H 'Content-Type: multipart/form-data' \
-F 'fileUrl=https://example.com/image.jpg'
Response Updated Record
{
"id": "rec123456789ABCDE",
"fields": {
"fld123456789ABCDE": [
{
"id": "act75TiSyhcS7hfrizW",
"name": "example.jpg",
"path": "table/example",
"size": 392903,
"token": "tokenxxxxx",
"width": 976,
"height": 1000,
"mimetype": "image/jpeg",
"presignedUrl": "https://sss.teable.io/pvt-assets/table/previewURL"
}
],
}
}
Full Changelog: https://github.com/teableio/teable/compare/v1.4.0...v1.4.1