Skip to content

Commit

Permalink
docs: Add sample tag for ZIP downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsocha2 committed Mar 3, 2023
1 parent 506ce0d commit 99d24c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage/zip.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Download a Zip File
Calling [`client.download_zip(name, items, writable_stream)`][create_zip] will let you create a new zip file
with the specified name and with the specified items and download it to the stream that is passed in. The response is a status `dict` that contains information about the download, including whether it was successful. The created zip file does not show up in your Box account.

<!-- sample get_zip_downloads_id_content -->
```python
name = 'test'
file = mock_client.file('466239504569')
Expand Down

0 comments on commit 99d24c7

Please sign in to comment.