Skip to content

Commit

Permalink
Document blog post filtering by tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sunil-filmmakers authored and andreas-venturini committed Mar 12, 2024
1 parent 26aaab3 commit 540cdc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 540cdc8

Please sign in to comment.