Skip to content

Commit

Permalink
fix: stop discovery endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkor committed Dec 17, 2024
1 parent fb6ec9b commit 27a8abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function stopDiscovery(uuid: string) {
action: 'stop'
};
const restRes = await restc.update(
`api/v2/projects/${projectId}/discoveries/${uuid}`,
`api/v2/projects/${projectId}/discoveries/${uuid}/lifecycle`,
payload,
options
);
Expand Down

0 comments on commit 27a8abf

Please sign in to comment.