Skip to content

Commit

Permalink
Added new management URL #3789
Browse files Browse the repository at this point in the history
  • Loading branch information
lorriborri committed Jan 16, 2025
1 parent 09bbc3e commit da92765
Show file tree
Hide file tree
Showing 6 changed files with 776 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ private AdministrationAPIConstants() {
/* +-----------------------------------------------------------------------+ */
/* +............................... Jobs ..................................+ */
/* +-----------------------------------------------------------------------+ */
public static final String API_USER_CANCEL_JOB = API_JOBS + "cancel/{jobUUID}";
public static final String API_USER_CANCEL_JOB = API_MANAGEMENT + "jobs/cancel/{jobUUID}";
}
Loading

0 comments on commit da92765

Please sign in to comment.