crisp-im / php-crisp-api

:elephant: Crisp API PHP Wrapper
https://docs.crisp.chat/guides/rest-api/
MIT License
58 stars 28 forks source link

Typo in the doc #17

Closed jbarmanet closed 4 years ago

jbarmanet commented 4 years ago

Just to let you know a typo, the peopleId param should not be here:

List People Profiles: CrispClient->websitePeople->listPeopleProfiles(websiteId, peopleId, page)

should be

List People Profiles: CrispClient->websitePeople->listPeopleProfiles(websiteId, page)

eliottvincent commented 4 years ago

Closed with https://github.com/crisp-im/php-crisp-api/commit/b18ae793a6d8a2c004e2aa23265aea439b153540, thanks!