Skip to main content
POST
/
v1
/
schemas
/
{id}
/
contradict
Contradict schema
curl --request POST \
  --url http://localhost:8080/v1/schemas/{id}/contradict \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "evidence": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key with mk_ or rk_ prefix

Path Parameters

id
string<uuid>
required

Body

application/json
evidence
string
required

Response

200

Contradiction recorded