mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-21 05:49:47 +00:00
fix(backups): non-nullable service when backing up
This commit is contained in:
parent
4862cdc72f
commit
cbedd196e4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ allSnapshots {
|
|||
"""
|
||||
|
||||
API_BACK_UP_MUTATION = """
|
||||
mutation TestBackupService($service_id: String) {
|
||||
mutation TestBackupService($service_id: String!) {
|
||||
startBackup(serviceId: $service_id) {
|
||||
success
|
||||
message
|
||||
|
|
Loading…
Add table
Reference in a new issue