From a9e33c3f289f5efc4c5e0babacec26065de1f6e6 Mon Sep 17 00:00:00 2001 From: Reza Date: Thu, 15 Aug 2024 15:21:58 +0200 Subject: [PATCH] example --- docs/endpoints.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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