Skip to content

Commit

Permalink
Merge pull request #258 from Muukuro/patch-1
Browse files Browse the repository at this point in the history
Update README.md to fix link to API reference
  • Loading branch information
muglug authored Jun 20, 2020
2 parents 169b8ea + e9b23b1 commit 1f3047f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ For more information, check out the [example](https://github.com/vimeo/vimeo.php
Name | Type | Description
---------|---------|------------
`file` | string | Full path to the upload file on the local system.
`params` | array | Parameters to send when creating a new video (name, privacy restrictions, etc.). See the [`/me/videos` documentation](https://developer.vimeo.com/api/endpoints/videos#POST/users/{user_id}/videos) for supported parameters.
`params` | array | Parameters to send when creating a new video (name, privacy restrictions, etc.). See the [`/me/videos` documentation](https://developer.vimeo.com/api/reference/videos#upload_video) for supported parameters.

```php
$response = $lib->upload('/home/aaron/Downloads/ada.mp4')
Expand Down

0 comments on commit 1f3047f

Please sign in to comment.