Versions Compared

Key

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

...

The request parameters are expressed as a single JSON object. Its content is entirely defined by the method. For instances:
{"username":"John Smith", "email":"john.smith@acme.com"}


The request parameters MUST be posted to the request URL.

...