Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Suppose you created a new API but when you test it you are getting a 405 status response like this:

No Format
{
    "type": "about:blank",
    "title": "Method Not Allowed",
    "status": 405,
    "instance": "http://127.0.0.1/api/customers"
}

...