Private
Readonly
prizeThe code snippet you provided is a method in the PrizesController
class. It is a route handler
for the POST request to /proposals
endpoint. Here's a breakdown of what it does:
Create a new proposal using user auth token to know which user is calling this function
9/25/2023 - 4:44:05 AM
bearer
The code snippet you provided is a method in the PrizesController
class. It is a route handler
for the GET request to /proposals
endpoint. Here's a breakdown of what it does:
Gets page
Optional
query: PrzieQueryGet all Pending proposals
9/25/2023 - 4:06:45 AM
bearer
Get pending proposal of user
Optional
query: PrzieQuery = ...9/25/2023 - 4:47:51 AM
Get pending proposals,
Admin Reject proposal
9/25/2023 - 5:19:58 AM
Reject Proposal,
bearer
Generated using TypeDoc
This is the prizes controller class. it handles the documentation of routes and implementation of services related to the prizes route.
Tag