You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-23 00:27:12 +00:00
feat: added activations history
This commit is contained in:
@@ -136,3 +136,12 @@ class CommentDeletedOut(Schema):
|
||||
|
||||
class PromocodeActivateOut(Schema):
|
||||
promo: str
|
||||
|
||||
|
||||
class ActivationsHistoryFilters(Schema):
|
||||
limit: int = Field(
|
||||
10, ge=0, description="Limit must be greater than or equal 0"
|
||||
)
|
||||
offset: int = Field(
|
||||
0, ge=0, description="Offset must be greater than or equal to 0"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user