🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/help/feedback \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"feedback": "The new interface is much more user-friendly!"
}
'{
"error": true,
"errorMsg": "<string>",
"failureReason": "Invalid feedback content",
"success": true,
"warningMsg": "<string>"
}Leave feedback of our system
curl --request POST \
--url https://api2.rhombussystems.com/api/help/feedback \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"feedback": "The new interface is much more user-friendly!"
}
'{
"error": true,
"errorMsg": "<string>",
"failureReason": "Invalid feedback content",
"success": true,
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for sending system feedback.
Feedback message about the system
"The new interface is much more user-friendly!"
OK
Response object for sending system feedback.
Was this page helpful?