Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Oct 5, 2018
1 parent 781a675 commit 4b391d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1319,8 +1319,8 @@ Files
The following operations are supported:

- ``bulk_get()`` - Retrieves multiple files.
- ``bulk_edit()`` - Edits multiple files.
- ``bulk_update()`` - Updates multiple files.
- ``bulk_edit()`` - Modifies the existing information for specified files or add new information while preserving omitted parameters.
- ``bulk_update()`` - Sets new information for specified files, replacing all existing information and erasing omitted parameters.
- ``bulk_delete()`` - Deletes multiple files.

Retrieval and deletion are done by passing files (or file ids) in a list:
Expand Down

0 comments on commit 4b391d0

Please sign in to comment.