feat(ticket): support criteria-based global ticket assignment
This commit is contained in:
@@ -82,7 +82,7 @@ export const ticketService = {
|
||||
payload: AssignTicketPayload,
|
||||
): Promise<TicketDetail> => {
|
||||
const response = await axiosClient.post<TicketDetail>(
|
||||
API_ROUTES.TICKETS.ASSIGN(ticketId),
|
||||
API_ROUTES.TICKETS.ASSIGNMENTS(ticketId),
|
||||
payload,
|
||||
);
|
||||
return response.data;
|
||||
|
||||
Reference in New Issue
Block a user