Skip to content

Commit 72a7a85

Browse files
committed
Updated route manifest to reflect modified skipped files endpoint URL
1 parent afbe461 commit 72a7a85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/murfey/util/route_manifest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -642,13 +642,13 @@ murfey.server.api.prometheus.router:
642642
type: str
643643
methods:
644644
- POST
645-
- path: /prometheus/visits/{visit_name}/increment_rsync_skipped_files_prometheus/{increment_count}
645+
- path: /prometheus/visits/{visit_name}/increment_rsync_skipped_files_prometheus
646646
function: increment_rsync_skipped_files_prometheus
647647
path_params:
648648
- name: visit_name
649649
type: str
650-
- name: increment_count
651-
type: int
650+
methods:
651+
- POST
652652
- path: /prometheus/visits/{visit_name}/monitoring/{on}
653653
function: change_monitoring_status
654654
path_params:

0 commit comments

Comments
 (0)