File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,7 @@ The above "errors" are optional and appear only for validation errors while "mes
255
255
256
256
#### III.2 Get resource
257
257
** GET** /{resource}/{identifier}?withRelations[ ] =has_manyRelation&withRelations[ ] =has_oneRelation&withRelationsCount[ ] =has_manyRelation&withRelationsExistence[ ] =has_manyRelation
258
+
258
259
** POST** /{resource}/{identifier}
259
260
260
261
headers:
@@ -322,9 +323,11 @@ The relations will be retrieved as well when required. The relation keys CAN'T b
322
323
323
324
#### III.3 List filtered resource
324
325
** GET** /{resource}?page=1&limit=10&column=2&sort[ 0] [ by ] =updated_at&sort[ 0] [ dir ] =ASC&withRelations[ ] =has_manyRelation&withRelations[ ] =has_oneRelation&withRelationsCount[ ] =has_manyRelation&withRelationsExistence[ ] =has_manyRelation
326
+
325
327
** POST** /{resource}
326
328
327
329
** GET** /{resource}/{identifier}/{relation}?... // available only in paid version
330
+
328
331
** POST** /{resource}/{identifier}/{relation} // available only in paid version
329
332
330
333
Advanced filters and aggregations are available only in the paid version
You can’t perform that action at this time.
0 commit comments