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": {} }
Successful Response
The response is of type object.
object