POST
/
bmp
/
feedback
Send feedback
curl --request POST \
  --url https://api.runeverse.tools/bmp/feedback \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "valid": true,
  "reportData": "ZW5jcnlwdGVkIGFwcGxpY2F0aW9uIHN0YXRl"
}
'
"OK"

Authorizations

X-Api-Key
string
header
required

Body

application/json
valid
boolean
required

Specifies whether sensor was correct

Example:

true

reportData
string
required

Encrypted telemetry data

Example:

"ZW5jcnlwdGVkIGFwcGxpY2F0aW9uIHN0YXRl"

Response

Successful operation