diff --git a/api/README.md b/api/README.md index 7eb8dc5..0d5d754 100644 --- a/api/README.md +++ b/api/README.md @@ -34,6 +34,8 @@ GET /quotes curl --request GET --data 'https://tld.example/api/quotes?filter=cheese&sort_by=date&sort_order=asc' ``` +*Note: `X-Total-Count` header is set to a total number of quotes after filtering (useful for pagination)* + Example response: ```JSON