cURL
curl --request PUT \ --url https://api.gateway.tech/data-models/{id} \ --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>" ] }
Update a data model
Type "Bearer" followed by a space and the JWT token.
Data Model ID
Data Model
OK
Was this page helpful?