Onvo Documentation
APIs
Datasources
Put:Create Data Source

Create data source

PUT
/
api
/
datasources

Authorizations

x-api-key
string
headerrequired

Response

201 - application/json

The response is of type object.

{
    "id": "1e299626-d48f-4686-9102-7ee26499ec52",
    "created_at": "2024-01-24T15:29:12.794291+00:00",
    "last_updated_at": "2024-01-24T15:29:12.794291+00:00",
    "title": "Airtable customers API test",
    "source": "airtable",
    "config": "eiRRfAWSFeimsE6hNekFrIBJHIjt7JiwdHjWKCz+DNmMUw==",
    "columns": [],
    "parameters": "GCHHaN/37sD/x8jhbI0Drf6jUqRumCZilJjAmPp6c+JRkg==",
    "description": "",
    "team": "ee5b08c6-5167-4425-bbc3-a746fe4a7ead",
    "created_by": null,
    "last_updated_by": null,
    "size": 0,
    "sample_data": "GCHHaN/37sD/x8jhbI0Drf6jUqRumCZilJjAmPp6c+JRkg=="
}