add url to review api
This commit is contained in:
parent
ba24a22f77
commit
8eaaf141fa
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ def delete_mark(request, item_uuid: str):
|
|||
|
||||
|
||||
class ReviewSchema(Schema):
|
||||
url: str
|
||||
visibility: int = Field(ge=0, le=2)
|
||||
item: ItemSchema
|
||||
created_time: datetime
|
||||
|
|
Loading…
Add table
Reference in a new issue