signalpoint / jDrupal

A JavaScript Library and API for Drupal Applications
http://jdrupal.tylerfrankenstein.com/
GNU General Public License v2.0
76 stars 38 forks source link

Misnamed request method in setup doc #33

Closed kentr closed 8 years ago

kentr commented 8 years ago

I would do a PR, but I haven't found the doc in a github repo.

In this doc: http://cgit.drupalcode.org/jdrupal/plain/README.md, it references a PUT method. I don't see that method at admin/config/services/rest/resource/entity%3Anode/edit, or admin/people/permissions, only GET, POST, DELETE, and PATCH

Suggested change:

2. Access PUT on Content resource : Authenticated user

to

2. Access PATCH on Content resource : Authenticated user

signalpoint commented 8 years ago

@kentr Thank you for pointing this out Kent. I've update the README and pushed it up to drupal's git repo.