POST
/
api
/
v1
/
schema
/
{schema}
curl --request POST \
  --url https://your-engine-url/api/v1/schema/{schema} \
  --header 'Authorization: <api-key>'
"<any>"

Authorizations

Authorization
string
header
required

Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here

Path Parameters

schema
string
required

Response

200
application/json
Successful Response

The response is of type any.