Skip to content

Commit

Permalink
Merge pull request #7 from NeuraLegion/fix-stop-discovery
Browse files Browse the repository at this point in the history
fix: stop discovery endpoint
  • Loading branch information
orubin authored Dec 17, 2024
2 parents fb6ec9b + 27a8abf commit c6d57cb
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 c6d57cb

Please sign in to comment.