File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/fr/insee/genesis/controller/rest/responses Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2828import fr .insee .genesis .exceptions .GenesisException ;
2929import fr .insee .genesis .exceptions .NoDataException ;
3030import fr .insee .genesis .infrastructure .utils .FileUtils ;
31+ import io .swagger .v3 .oas .annotations .Hidden ;
3132import io .swagger .v3 .oas .annotations .Operation ;
3233import io .swagger .v3 .oas .annotations .tags .Tag ;
3334import lombok .extern .slf4j .Slf4j ;
@@ -225,6 +226,7 @@ public ResponseEntity<SurveyUnitQualityToolDto> findResponsesByInterrogationAndQ
225226 return ResponseEntity .ok (responseQualityTool );
226227 }
227228
229+ @ Hidden
228230 @ Operation (summary = "Retrieve all responses (for all interrogations) of one questionnaire" )
229231 @ GetMapping (path = "/by-questionnaire" )
230232 @ PreAuthorize ("hasRole('ADMIN')" )
You can’t perform that action at this time.
0 commit comments