Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require
content
parameter in update action
The `content` check has always been present, but the `file` parameter is now mandatory. In the past, updating the title with `update_document` was possible, but now a dedicated action exists. Attempting to update a file without `content` raises: ``` Colore::Errors::ClientError: Invalid parameter file ```
- Loading branch information