File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/fr/insee/genesis/controller/rest/responses Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public class ContextualVariableController {
3333 private final ContextualVariableApiPort contextualVariableApiPort ;
3434 private final Config config ;
3535
36- @ Operation (summary = "Get contextual variables (contextual and previous)" )
36+ @ Operation (summary = "Get contextual variables (external and previous)" )
3737 @ GetMapping (path = "/" )
3838 @ PreAuthorize ("hasAnyRole('USER_PLATINE','SCHEDULER')" )
3939 public ResponseEntity <Object > getContextualVariables (
@@ -45,7 +45,7 @@ public ResponseEntity<Object> getContextualVariables(
4545 );
4646 }
4747
48- @ Operation (summary = "Save all contextual variables json files (contextual and previous)" )
48+ @ Operation (summary = "Save all contextual variables json files (external and previous)" )
4949 @ PostMapping (path = "/json" )
5050 @ PreAuthorize ("hasAnyRole('USER_PLATINE','SCHEDULER')" )
5151 public ResponseEntity <Object > saveContextualVariables (
You can’t perform that action at this time.
0 commit comments