Skip to content

Commit 208b2fd

Browse files
committed
changed changesets docs
1 parent 0e1c42d commit 208b2fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/repositories/changesets.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ $changesets->diffstat($account_name, $repo_slug, '4ba1a4a');
2626

2727
### Get the diff associated with a changeset:
2828
```php
29-
$changesets->diffstat($account_name, $repo_slug, '4ba1a4a');
29+
$changesets->diff($account_name, $repo_slug, '4ba1a4a');
3030
```
3131

32+
### Get the likes on an individual changeset
33+
NOTE: Because of a ( [bug](https://bitbucket.org/gentlero/bitbucket-api/issue/1/changesets-likes-endpoint-returns-404) ) in the API, implementation for this method is missing for the moment.
34+
35+
3236
----
3337

3438
#### Related:

0 commit comments

Comments
 (0)