Hi Folks
I’m using restdb.io as my database. I’m wanting to update the database with a new record
I’ve configured a GET API for fixtures, and can retrieve results.
However, I’m unable to POST to the database, even though the API is returning ok.
Some screen captures below:
Using custom schema and an object:
running, a test, I get
Using custom schema, but entering seperate fields:
Testing the result is:
Refering to the database for both scenarios, I get
What am I missing?
Karen