mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
fix(api): Use POST instead of GET for API endpoints that mutate state (#877)
This commit is contained in:
@@ -489,7 +489,7 @@ requestRoutes.post<{
|
||||
}
|
||||
);
|
||||
|
||||
requestRoutes.get<{
|
||||
requestRoutes.post<{
|
||||
requestId: string;
|
||||
status: 'pending' | 'approve' | 'decline';
|
||||
}>(
|
||||
|
||||
Reference in New Issue
Block a user