Skip to main content
POST
/
workspace
/
{workspace_id}
/
table
/
{table_id}
/
schema
/
type
/
uuid
Create a UUID column for generating universally unique identifiers
curl --request POST \
  --url https://x8ki-letl-twmt.n7.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/uuid \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "user_id"
}'
{
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
integer
required
table_id
integer
required

Body

name
string
required
description
string
nullable
boolean
default:true
default
integer
required
boolean
access
enum<string>
default:public
Available options:
public,
private,
internal
sensitive
boolean
style
enum<string>
default:single
Available options:
single,
list

Response

Success!

name
string
I