Skip to content

Commit da77819

Browse files
author
Admin
committed
Update readme for list via post
1 parent 6182fa3 commit da77819

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ The above "errors" are optional and appear only for validation errors while "mes
255255

256256
#### III.2 Get resource
257257
**GET** /{resource}/{identifier}?withRelations[]=has_manyRelation&withRelations[]=has_oneRelation&withRelationsCount[]=has_manyRelation&withRelationsExistence[]=has_manyRelation
258+
258259
**POST** /{resource}/{identifier}
259260

260261
headers:
@@ -322,9 +323,11 @@ The relations will be retrieved as well when required. The relation keys CAN'T b
322323

323324
#### III.3 List filtered resource
324325
**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+
325327
**POST** /{resource}
326328

327329
**GET** /{resource}/{identifier}/{relation}?... // available only in paid version
330+
328331
**POST** /{resource}/{identifier}/{relation} // available only in paid version
329332

330333
Advanced filters and aggregations are available only in the paid version

0 commit comments

Comments
 (0)