You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am getting an error like below
index.php
$requestBody = json_decode(file_get_contents('php://input'), true);
Line 34 returns empty. Can anyone help?
Body
{
"query": "topics",
"condition": "all"
}
Response
{
"status": "Error",
"message": "Query not found."
}
osTicket-v1.18.1
The text was updated successfully, but these errors were encountered:
Hello, I am getting an error like below
index.php
$requestBody = json_decode(file_get_contents('php://input'), true);
Line 34 returns empty. Can anyone help?
Body
{
"query": "topics",
"condition": "all"
}
Response
{
"status": "Error",
"message": "Query not found."
}
osTicket-v1.18.1
The text was updated successfully, but these errors were encountered: