update workspace table’s autocomplete
Authentication: required
Required API Scope: Workspace Database: Update
curl --request PUT \
--url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/autocomplete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"autocomplete": [
{
"name": "id"
}
]
}
'{
"id": "<string>",
"autocomplete": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/autocomplete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"autocomplete": [
{
"name": "id"
}
]
}
'{
"id": "<string>",
"autocomplete": "<string>"
}