Skip to content

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shaply committed Feb 10, 2025
1 parent 84d6f75 commit 7c68ab8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ interface UnallocatedItemRequestsResponse {
* @param params - the item id to retrieve unallocated item requests for
* @returns 401 if the session is invalid
* @returns 403 if the user type isn't staff, admin, or super admin
* @returns 400 if the item id is not an integer
* @returns 200 and a json response with the unallocated item requests
*/
export async function GET(
Expand Down

0 comments on commit 7c68ab8

Please # to comment.