Skip to content

Commit

Permalink
Revert "fix(api): correctly name types paramters of /posts.json (#659)…
Browse files Browse the repository at this point in the history
…" (#682)

This reverts commit faeefc2.
  • Loading branch information
aliel authored Jan 14, 2025
1 parent 0d04982 commit 24409ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/web/controllers/posts.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class PostQueryParams(BaseModel):
)
post_types: Optional[List[str]] = Field(
default=None,
alias="types[]",
alias="types",
description="Accepted values for the 'content.type' field.",
)
tags: Optional[List[str]] = Field(
Expand Down

0 comments on commit 24409ed

Please sign in to comment.