Snapshot

Update snapshot

Updates the specified snapshot.

Note: This endpoint is currently in Beta.

patch/projects/{project_id}/snapshots/{snapshot_id}

Request body

Example request

{
  "snapshot": {
    "expires_at": "2030-06-09T18:02:16Z"
  }
}

Response

Successfully updated the snapshot

Changes