mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-05 23:54:19 +00:00
fix(backups): return 400, not 300
This commit is contained in:
parent
0c95c5913b
commit
4b8abb6a66
|
@ -101,7 +101,7 @@ class BackupMutations:
|
|||
if snap is None:
|
||||
return GenericJobButationReturn(
|
||||
success=False,
|
||||
code=300,
|
||||
code=400,
|
||||
message=f"No such snapshot: {snapshot_id}",
|
||||
job=None,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue