From 540cdc8b950afbd82e2374c361cc7dd20cc376a4 Mon Sep 17 00:00:00 2001 From: Sunil Sharma Date: Mon, 4 Mar 2024 17:57:10 +0530 Subject: [PATCH] Document blog post filtering by tags --- source/index.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/index.html.md b/source/index.html.md index 5848b5dc222..ea2741333e9 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -694,6 +694,7 @@ Parameter | Default | Description blog_id | id | Limit blog posts to specific blog id (e.g. `blog_id` from actor profile) page | 1 | Page to display - see "Pagination" section per_page | 250 | Items per page - see "Pagination" section +tags[id] | null | Filter items by tags - allows passing multiple tag ids using array form of the param eg. `tags[id][]=1&tags[id][]=5` ### Response fields