Skip to content

Commit

Permalink
fix(Restore): Make backupId optional in restore GraphQL interface. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmr authored Jun 25, 2020
1 parent cef19d1 commit 03333d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphql/admin/endpoints_ee.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ const adminTypes = `
"""
Backup ID of the backup series to restore. This ID is included in the manifest.json file.
If missing, it defaults to the latest series.
"""
backupId: String!
backupId: String
"""
Path to the key file needed to decrypt the backup. This file should be accessible
Expand Down

0 comments on commit 03333d4

Please sign in to comment.