Skip to main content
POST
/
utils
/
schema
/
verifyUpdateSchema
Verify update schema
curl --request POST \
  --url https://api.basic.tech/utils/schema/verifyUpdateSchema \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "schema": {}
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
schema
object
required

Response

200

Default Response