Create Custom Data Source
Custom Data Sources
Create Custom Data Source
Create a new datasource. Provisions a backing SQL table.
Slug/column-name format is validated by the request schema (clean 422). A duplicate slug or name hits the unique constraint here; we return 409 rather than letting it surface as a 500.
POST
Create Custom Data Source
Authorizations
Body
application/json
Response
201 - application/json
Created
Schema of a custom datasource: its columns, search config, and display field.
