Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mroloux authored Jun 29, 2023
1 parent fab1762 commit 8365afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ Passing in 0 disables exponential backoff completely. In that case, the client w
## Upgrading

### v86 -> v87
* `client->events->create()` now takes a `CreateEventParams` object
* `client->events->update()` now takes an `UpdateEventParams` object
* `$seatsioClient->events->create()` now takes a `CreateEventParams` object
* `$seatsioClient->events->update()` now takes an `UpdateEventParams` object

### v85 -> v86
- `$seatsioClient->events->channels->replace()` now takes a normal array instead of an associative array. If you want to just replace the channel metadata but keep the objects (like replace() used to do), you have to explicitly pass in the objects.
Expand Down

0 comments on commit 8365afc

Please sign in to comment.