From 5e5026d4fbe4f35f44a6f96857d91c10bcc915ec Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Wed, 26 Aug 2015 10:46:34 +0200 Subject: [PATCH] Add mention of Entity.createMethod --- doc/Configuration-reference.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Configuration-reference.md b/doc/Configuration-reference.md index 7f737bd2..3681a116 100644 --- a/doc/Configuration-reference.md +++ b/doc/Configuration-reference.md @@ -189,6 +189,9 @@ Defines the API endpoint for all views of this entity. It can be a string or a f return '/comments/' + entityName + '_' + viewType + '?' + identifierName + '=' + identifierValue; // Can be absolute or relative }); +* `createMethod(string)` and `updateMethod(string)` +Customize the HTTP method to be used for write queries, e.g. to use `PATCH` instead of `PUT`. + ## View Configuration ### View Types