Versions Compared

Key

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

...

HTTP MethodDescription
GETFinds and returns the specified resource. Requests using GET should only return data and should have no other effect.
PUTUpdates and returns an existing Creates a resource.
DELETEDeletes an existing resource.
HEADReturns the specified resource. Requests using HEAD only return data included in headers.

...