Skip to content

Commit

Permalink
fix: add project query param
Browse files Browse the repository at this point in the history
  • Loading branch information
Looskie committed Nov 18, 2023
1 parent 21abbef commit 2d0cc04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sdks/fleet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const fleet = sdk(client => {

await client.delete('/v1/fleet/nodes/:node_id', undefined, {
node_id: nodeId,
project: projectId,
});
},
};
Expand Down

0 comments on commit 2d0cc04

Please sign in to comment.