POST
/
project
/
{project_id}
/
schema
curl --request POST \
  --url https://api.basic.tech/project/{project_id}/schema \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "schema": {
    "tables": [
      {
        "name": "default"
      }
    ]
  }
}'

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format: Bearer <token>

Path Parameters

project_id
string
required

The ID of the project

Body

application/json
schema
object

Response

200
_mintlify/placeholder

successful