[Docs] API endpoints & extra params

pull/9/head
Raphael Cerveaux 2018-08-30 11:40:28 +02:00 committed by GitHub
parent a030912fe9
commit 26b66f10d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ The `/posts` route can receive extra parameters :
| Parameter | Values/type | Description | | Parameter | Values/type | Description |
| --------------------- | ------------------ | ------------ | | --------------------- | ------------------ | ------------ |
| user_pos | eq,cancer,cap,arctic,antarctic | Search posts by user position | | user_pos | eq,cancer,cap,arctic,antarctic | Search posts by user position |
| user_id | *int* | Search posts by user id | | user | *int* | Search posts of a single user using user id |
A bad value will result in an error. A bad value will result in an error.