Docs about methods for updating records

This commit is contained in:
Joe Nelson
2015-10-21 21:12:27 -07:00
parent 9fad028074
commit df00d728ff
2 changed files with 124 additions and 0 deletions
+6
View File
@@ -2,6 +2,9 @@
### Tables and Views
* ✅ Cacheable, prefetchable
* ✅ Idempotent
The list of accessible tables and views is provided at
```HTTP
@@ -32,6 +35,9 @@ on database permissions.
### Stored Procedures
* ❌ Cannot necessarily be cached or prefetched
* ❌ Not necessarily idempotent
Every stored procedure is accessible under the `/rpc` prefix. The
API endpoint supports only POST which executes the function.