Skip to main content
Question

Invalid API Response


I have a create action that sends a POST to an api. The api responds with status: 200 and content: “OK”. When I return response.content, I get the error “Invalid API Response: Got a non-object result, expected an object from create ("OK")”

 

How can I solve this?

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.