Hi
I am trying to add_plan_entries to testrail.
The format of my url is
index.php?/miniapi/add_plan_entries/<plan_id>&key<my_key>
Accept:application/json and
suite_ids=<my_suite_id>
But the response result say
{"result":false,"error":"Maximum POST size was exceeded."}.
I am trying to test this on chrome extension .
what is the mistake/error I am making in the call