Skip to content

Commit

Permalink
Increase edit description length limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Darky2020 committed Sep 5, 2024
1 parent 01bfb7d commit f1042db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/edit/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def validate_sort(cls, sort_list):


class EditArgs(CustomModel):
description: str | None = Field(None, examples=["..."], max_length=420)
description: str | None = Field(None, examples=["..."], max_length=2048)
auto: bool = Field(default=False)
after: dict

Expand Down

0 comments on commit f1042db

Please sign in to comment.