Skip to content

Commit

Permalink
Update zip.md
Browse files Browse the repository at this point in the history
Add zip download sample tag
  • Loading branch information
Smartoneinok authored Feb 28, 2023
1 parent 526aa30 commit d7c264c
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 d7c264c

Please sign in to comment.