Skip to content

Commit

Permalink
Merge pull request #202 from kuzzleio/feat/update-paas-snapshot
Browse files Browse the repository at this point in the history
feat(paas): Update paas snapshot api call
  • Loading branch information
rolljee committed Jan 16, 2024
2 parents a66bfe9 + a103dd4 commit 5bc841a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/commands/paas/snapshots/restore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ class PaasSnapshotsRestore extends PaasKommand {
environmentId: this.args.environment,
projectId: this.flags.project || this.getProject(),
applicationId: this.args.applicationId,
body: {
repository: "automated",
snapshot: this.args.snapshotId,
},
snapshotId: this.args.snapshotId
});

this.logInfo("Ok");
Expand Down

0 comments on commit 5bc841a

Please sign in to comment.