Skip to content
Snippets Groups Projects
Commit db440689 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2349431 by talhaparacha, Cyberwolf, bhavinvora, pjonckiere: Docs...

Issue #2349431 by talhaparacha, Cyberwolf, bhavinvora, pjonckiere: Docs mention support for PUT instead of POST
parent 9dd19b43
No related branches found
No related tags found
No related merge requests found
......@@ -90,10 +90,12 @@
* returned response) for its HTTP requests. REST requests are separated into
* several types, known as methods, including:
* - GET: Requests to obtain data.
* - PUT: Requests to update or create data.
* - POST: Requests to update or create data.
* - PUT: Requests to update or create data (limited support, currently unused
* by entity resources).
* - PATCH: Requests to update a subset of data, such as one field.
* - DELETE: Requests to delete data.
* The Drupal Core REST module provides support for GET, PUT, PATCH, and DELETE
* The Drupal Core REST module provides support for GET, POST, PATCH, and DELETE
* quests on entities, GET requests on the database log from the Database
* Logging module, and a plugin framework for providing REST support for other
* data and other methods.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment