Skip to content

appendColumns: Unsupported column types (?) #28

@simonhammes

Description

@simonhammes

I'm using the following cURL request (against a SeaTable instance running v5.0):

curl --request POST \
     --url https://SERVER/api-gateway/api/v2/dtables/BASE_UUID/batch-append-columns/ \
     --header 'accept: application/json' \
     --header 'authorization: Bearer <TOKEN>' \
     --header 'content-type: application/json' \
     --data '
{
  "table_name": "Table1",
  "columns": [
    {
      "column_type": "formula",
      "column_data": {
        "formula": "1+1"
      },
      "column_name": "formula-column"
    }
  ]
}
'

The API returns HTTP 200 + {"columns": []} and does not insert the column. The same happens for the link and link-formula column types.


Are there some column types which are not supported when using the batch-append-columns endpoint?
If yes, then this should be documented here: https://api.seatable.io/reference/appendcolumns-1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions