Skip to content

Commit de6970a

Browse files
committed
updates comments on service id
1 parent 83c213b commit de6970a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/ThreeScaleClient.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function getHost() {
6666
*
6767
* @param $appId application id.
6868
* @param $appKey secret application key.
69-
* @param $serviceId service id, only required in the case of multiple services
69+
* @param $serviceId service id required (from November 2016)
7070
*
7171
* @return ThreeScaleResponse object containing additional authorization information.
7272
* If both provider key and application id are valid, the returned object is actually
@@ -123,7 +123,7 @@ public function authorize($appId, $appKey = null, $serviceId = null, $usage = nu
123123
*
124124
* @param $appId application id or client id (they are equivalent)
125125
* @param $usage usage
126-
* @param $serviceId service id, only required in the case of multiple services
126+
* @param $serviceId service id, required (from November 2016)
127127
*
128128
* @return ThreeScaleResponse object containing additional authorization information.
129129
* If both provider key and application id are valid, the returned object is actually
@@ -175,7 +175,7 @@ public function oauth_authorize($appId, $serviceId = null, $usage = null) {
175175
* Authorize an application.
176176
*
177177
* @param $userKey user key.
178-
* @param $serviceId service id, only required in the case of multiple services
178+
* @param $serviceId service id, required (from November 2016)
179179
*
180180
* @return ThreeScaleResponse object containing additional authorization information.
181181
* If both provider key and application id are valid, the returned object is actually

0 commit comments

Comments
 (0)