You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[upsert](docs/sdks/links/README.md#upsert) - Upsert a link
252
241
253
242
### [Partners](docs/sdks/partners/README.md)
254
243
255
-
*[create](docs/sdks/partners/README.md#create) - Create or update a partner
256
244
*[list](docs/sdks/partners/README.md#list) - List all partners
257
-
*[createLink](docs/sdks/partners/README.md#createlink) - Create a link for a partner
245
+
*[create](docs/sdks/partners/README.md#create) - Create or update a partner
258
246
*[retrieveLinks](docs/sdks/partners/README.md#retrievelinks) - Retrieve a partner's links.
247
+
*[createLink](docs/sdks/partners/README.md#createlink) - Create a link for a partner
259
248
*[upsertLink](docs/sdks/partners/README.md#upsertlink) - Upsert a link for a partner
260
249
*[analytics](docs/sdks/partners/README.md#analytics) - Retrieve analytics for a partner
261
250
*[ban](docs/sdks/partners/README.md#ban) - Ban a partner
@@ -271,10 +260,10 @@ if ($response->linkSchema !== null) {
271
260
272
261
### [Tags](docs/sdks/tags/README.md)
273
262
274
-
*[create](docs/sdks/tags/README.md#create) - Create a tag
275
263
*[list](docs/sdks/tags/README.md#list) - Retrieve a list of tags
276
-
*[update](docs/sdks/tags/README.md#update) - Update a tag
264
+
*[create](docs/sdks/tags/README.md#create) - Create a tag
277
265
*[delete](docs/sdks/tags/README.md#delete) - Delete a tag
266
+
*[update](docs/sdks/tags/README.md#update) - Update a tag
278
267
279
268
### [Track](docs/sdks/track/README.md)
280
269
@@ -336,7 +325,7 @@ By default an API error will raise a `Errors\SDKException` exception, which has
336
325
|`$rawResponse`|*?\Psr\Http\Message\ResponseInterface*| The raw HTTP response |
337
326
|`$body`|*string*| The response content |
338
327
339
-
When custom error responses are specified for an operation, the SDK may also throw their associated exception. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `create` method throws the following exceptions:
328
+
When custom error responses are specified for an operation, the SDK may also throw their associated exception. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `list` method throws the following exceptions:
0 commit comments