Skip to content

Error in Code for "Update a Column" #6

Description

@hal9000-hub

In Public API documentation, "Table APIs", the example curl request for "Update a column" is incorrect.

The convention of the request example in the document doesn't work:

###curl "https://app.solvexia.com/api/v1/tables/mt-8239/columns" .....###

However, the convention of this request example works:

###curl "https://app.solvexia.com/api/v1/tables/mt-8239/columns/col4"......###

This code includes the "column name" at the end of the URL.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions