Fix the error code returned when the facetName field is missing

This commit is contained in:
Kerollmops 2023-06-07 11:14:14 +02:00 committed by Louis Dureuil
parent 41760a9306
commit cb0bb399fa
No known key found for this signature in database
3 changed files with 6 additions and 1 deletions

View file

@ -288,6 +288,7 @@ MissingApiKeyIndexes , InvalidRequest , BAD_REQUEST ;
MissingAuthorizationHeader , Auth , UNAUTHORIZED ;
MissingContentType , InvalidRequest , UNSUPPORTED_MEDIA_TYPE ;
MissingDocumentId , InvalidRequest , BAD_REQUEST ;
MissingFacetSearchFacetName , InvalidRequest , BAD_REQUEST ;
MissingIndexUid , InvalidRequest , BAD_REQUEST ;
MissingMasterKey , Auth , UNAUTHORIZED ;
MissingPayload , InvalidRequest , BAD_REQUEST ;