cURL
curl --request POST \ --url https://api.gateway.tech/data-models \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "description": "<string>", "schema": {}, "title": "<string>", "tags": [ "<string>" ] } '
{ "created_at": "<string>", "created_by": "<string>", "description": "<string>", "id": 123, "schema": {}, "title": "<string>", "updated_at": "<string>", "deleted_at": "<string>", "tags": [ "<string>" ] }
Create a new data model
Type "Bearer" followed by a space and the JWT token.
Data Model
Created
Was this page helpful?