Skip to content

Commit

Permalink
Added support for /ai/ endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnereese committed Dec 15, 2022
1 parent 26a8c19 commit a25382f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"include-dev": false
}
},
"description": "RingCentral Connect Platform PHP SDK",
"description": "RingCentral Platform PHP SDK",
"keywords": [
"php",
"sdk",
Expand All @@ -61,8 +61,8 @@
"email": "[email protected]"
},
{
"name": "RingCentral, Inc.",
"email": "devsupport@ringcentral.com"
"name": "Byrne Reese",
"email": "byrne.reese@ringcentral.com"
}
]
}
1 change: 1 addition & 0 deletions src/Platform/Platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Platform
self::URL_PREFIX,
'/rcvideo',
'/analytics',
'/ai',
'/scim'
);

Expand Down
2 changes: 1 addition & 1 deletion src/SDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class SDK
{

const VERSION = '2.3.1';
const VERSION = '2.3.2';
const SERVER_PRODUCTION = 'https://platform.ringcentral.com';
const SERVER_SANDBOX = 'https://platform.devtest.ringcentral.com';

Expand Down

0 comments on commit a25382f

Please sign in to comment.