feat: add docs

This commit is contained in:
2026-05-09 14:53:44 +03:00
parent 499947e44e
commit 766280fd45
2 changed files with 16 additions and 2 deletions

View File

@@ -38,3 +38,8 @@ class CreateOrderResponse(BaseModel):
status_code: int
order: OrderPaymentResponse
class ErrorResponse(BaseModel):
detail: str
status_code: int