Documentation
Tables

Set table entry

Create or update a table entry. Body is stored as raw bytes; MIME type is taken from Content-Type header.

POST
/api/users/@me/tables/{key}

Path Parameters

key*string

Response Body

application/octet-stream

application/json

application/json

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"
}