Project Schema
Update Schema
Update the database schema for a specific project.
POST
/
project
/
{project_id}
/
schema
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
project_id
string
requiredThe ID of the project
Body
application/json
schema
object