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