File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
oracle-api/src/main/java/ca/bc/gov/oracleapi/endpoint/consep Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ public List<Integer> deleteReplicates(
378378 * @return the {@link PurityDebrisDto} updated
379379 */
380380 @ PatchMapping (
381- value = "debris/{riaKey}" ,
381+ value = "/ debris/{riaKey}" ,
382382 consumes = "application/json" ,
383383 produces = "application/json" )
384384 @ Operation (
@@ -391,6 +391,7 @@ public List<Integer> deleteReplicates(
391391 @ ApiResponse (responseCode = "400" , description = "Invalid object" ),
392392 @ ApiResponse (responseCode = "404" , description = "Replicate not found" )
393393 })
394+ @ RoleAccessConfig ({ "SPAR_TSC_SUBMITTER" , "SPAR_TSC_SUPERVISOR" })
394395 public List <PurityDebrisDto > updateDebrisField (
395396 @ Parameter (
396397 name = "riaKey" ,
You can’t perform that action at this time.
0 commit comments