Tables
Set table entry
Create or update a table entry. Body is stored as raw bytes; MIME type is taken from Content-Type header.
curl -X POST "https://loading/api/users/@me/tables/string"Empty
{
"data": null,
"error": {
"code": "NOT_FOUND",
"message": "Resource not found.",
"status": 404
},
"time": 1680000000000,
"request": "/api/endpoint"
}{
"data": null,
"error": {
"code": "NOT_FOUND",
"message": "Resource not found.",
"status": 404
},
"time": 1680000000000,
"request": "/api/endpoint"
}