1
0
mirror of synced 2024-11-21 21:06:07 +03:00

Fix example

This commit is contained in:
Alex Komarichev 2023-12-20 15:48:45 +03:00
parent a682ce606a
commit a7bb610a0a

View File

@ -38,7 +38,7 @@ class Features extends AbstractApiResourceGroup
* $request->features = ['communication.chatbot_feature_1', 'communication.chatbot_feature_2']
*
* try {
* $response = $client->api->featuresCheck($request);
* $response = $client->features->check($request);
* } catch (ApiExceptionInterface $exception) {
* echo sprintf(
* 'Error from RetailCRM API (status code: %d): %s',