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
213
241
214
-
### [metatags](docs/sdks/metatags/README.md)
215
-
216
-
*[get](docs/sdks/metatags/README.md#get) - Retrieve the metatags for a URL
217
-
218
242
### [partners](docs/sdks/partners/README.md)
219
243
220
244
*[create](docs/sdks/partners/README.md#create) - Create a new partner
221
245
*[createLink](docs/sdks/partners/README.md#createlink) - Create a link for a partner
222
246
*[retrieveLinks](docs/sdks/partners/README.md#retrievelinks) - Retrieve a partner's links.
247
+
*[upsertLink](docs/sdks/partners/README.md#upsertlink) - Upsert a link for a partner
223
248
*[analytics](docs/sdks/partners/README.md#analytics) - Retrieve analytics for a partner
224
249
*[updateSale](docs/sdks/partners/README.md#updatesale) - Update a sale for a partner.
225
-
*[upsertLink](docs/sdks/partners/README.md#upsertlink) - Upsert a link for a partner
226
250
227
251
### [qrCodes](docs/sdks/qrcodes/README.md)
228
252
@@ -231,9 +255,9 @@ if ($response->responseBodies !== null) {
231
255
### [tags](docs/sdks/tags/README.md)
232
256
233
257
*[create](docs/sdks/tags/README.md#create) - Create a new tag
234
-
*[delete](docs/sdks/tags/README.md#delete) - Delete a tag
235
258
*[list](docs/sdks/tags/README.md#list) - Retrieve a list of tags
236
259
*[update](docs/sdks/tags/README.md#update) - Update a tag
260
+
*[delete](docs/sdks/tags/README.md#delete) - Delete a tag
237
261
238
262
### [track](docs/sdks/track/README.md)
239
263
@@ -298,7 +322,7 @@ By default an API error will raise a `Errors\SDKException` exception, which has
298
322
|`$rawResponse`|*?\Psr\Http\Message\ResponseInterface*| The raw HTTP response |
299
323
|`$body`|*string*| The response content |
300
324
301
-
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 `createMany` method throws the following exceptions:
325
+
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:
0 commit comments