PUT
/
schema-templates
/
{template_id}
curl --request PUT \
  --url https://api.atlos.dev/schema-templates/{template_id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "schema": {}
}'
{
  "status": "<string>",
  "message": "<string>",
  "data": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

template_id
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.