Updates the schema configuration for a specific project. Creates a new version of the schema.
curl --request POST \ --url https://api.basic.tech/project/{id}/schema \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "schema": {} }'
{ "data": { "id": "<string>", "project_id": "<string>", "schema": {}, "updated_at": "2023-11-07T05:31:56Z" } }
JWT Authorization Token header using the Bearer scheme
Unique identifier of the project
Schema updated successfully