diff --git a/docs/endpoints.md b/docs/endpoints.md index 0bb787c..43b11cd 100644 --- a/docs/endpoints.md +++ b/docs/endpoints.md @@ -119,4 +119,8 @@ This example retrieves only the username and name fields from all records in the - **Model Name:** The `{model}` variable is equal to the table name of the model. -- **Model Information:** Using `GET /admin/rest/models`, it is possible to get information about all available models. \ No newline at end of file +- **Model Information:** Using `GET /admin/rest/models`, it is possible to get information about all available models. + +--- +#### Example Postman Collection +**[Postman Collection](https://github.com/getevo/restify/blob/master/example/example.postman_collection.json)** \ No newline at end of file