• This controller will update the status of the ticket

    Author

    aayushchugh

    Parameters

    • req: Request<{
          id: string;
      }, {}, {
          status: "new" | "in-progress" | "solved";
      }, ParsedQs, Record<string, any>>

      request

    • res: Response<any, Record<string, any>>

      response

    Returns Promise<Response<any, Record<string, any>>>

Generated using TypeDoc