No, caching is not applicable here. JSON is just data though, a complete API request would also include a URL, http method (get, put, post) and headers.
@mark-piller I must apologise. I got a 1007 error with the age column set to INT. I then changed it to string and it worked.
{
“code”: 1007,
“message”: “Unable to save object - invalid data type for properties - age. You can change the property type in developer console.”
}
You make a request in the wrong way(using JS code), the request body must contain JSON with request parameters. Code from missions must be running in a JS file(not in backendless).
Also, you can download a project template, and run this code from the template.
for all three missions, i pasted the code as given in the example in the rest concole, request body and tried to post. The Post button shows a error message (Request Body is Invalid JSON)
I experienced the same issue with the first mission. I used the below code to solve the task/mission.
{
“age”:“23”,
“name”:“Dallas”,
}
This code is completely different from the code in the help area.
Its very confusing if one is using a no code platform?
Ive started at the beginning again. Ill download the project template files and follow instructions in get started. My apologies, i thought everything worked from the backendless servers.