Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Sep 3, 2024
1 parent 7a5438f commit 73b6f96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/backup-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Retrieve a paginated listing of the user's backup tasks.
},
"notification_streams_count": 2,
"status": "ready",
"has_isolated_credentials": true,
"has_encryption_password": false,
"last_run_local_time": "2024-08-06 21:00:00",
"last_run_utc_time": "2024-08-07T01:00:00Z",
Expand Down Expand Up @@ -123,7 +122,6 @@ Create a new backup task.
},
"notification_streams_count": 0,
"status": "ready",
"has_isolated_credentials": false,
"has_encryption_password": false,
"last_run_local_time": null,
"last_run_utc_time": null,
Expand Down Expand Up @@ -170,7 +168,6 @@ Retrieve details of a specific backup task.
},
"notification_streams_count": 2,
"status": "ready",
"has_isolated_credentials": true,
"has_encryption_password": false,
"last_run_local_time": "2024-08-06 21:00:00",
"last_run_utc_time": "2024-08-07T01:00:00Z",
Expand Down Expand Up @@ -227,7 +224,6 @@ Update an existing backup task.
},
"notification_streams_count": 0,
"status": "ready",
"has_isolated_credentials": false,
"has_encryption_password": false,
"last_run_local_time": null,
"last_run_utc_time": null,
Expand Down

0 comments on commit 73b6f96

Please sign in to comment.