Skip to content

Commit

Permalink
Add mention of Entity.createMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Aug 26, 2015
1 parent abf03ef commit 5e5026d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Configuration-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e5026d

Please sign in to comment.