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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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