You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewUniversalApiError(`${request.method} request cannot have a body in ${IS_API_REST_FS ? "REST " : ""}File System API mode`,"ERROR",fullUrl.pathname,Constants.HTTP_STATUS_CODE.BAD_REQUEST);
thrownewUniversalApiError(`${request.method} request cannot have a body in ${IS_API_REST_FS ? "REST " : ""}File System API mode`,"ERROR",fullUrl.pathname,Constants.HTTP_STATUS_CODE.BAD_REQUEST);
196
+
}
197
+
}
192
198
try{
193
199
logger.debug("handlingApiFsRequest: applying pagination and filters");
thrownewUniversalApiError(`DELETE request cannot have a body in ${IS_API_REST_FS ? "REST " : ""}File System API mode`,"ERROR",fullUrl.pathname,Constants.HTTP_STATUS_CODE.BAD_REQUEST);
thrownewUniversalApiError(`DELETE request cannot have a body in ${IS_API_REST_FS ? "REST " : ""}File System API mode`,"ERROR",fullUrl.pathname,Constants.HTTP_STATUS_CODE.BAD_REQUEST);
0 commit comments