cURL
curl --request PATCH \ --url https://api.example.com/tables/{table_id} \ --header 'Content-Type: application/json' \ --cookie fastapiusersauth= \ --data ' { "name": "<string>" } '
{}
Update table metadata.
Update model for a table.
The name of the table
1 - 100
Successful Response
Was this page helpful?