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
237
223
238
224
### [Partners](docs/sdks/partners/README.md)
239
225
240
-
*[create](docs/sdks/partners/README.md#create) - Create or update a partner
241
226
*[list](docs/sdks/partners/README.md#list) - List all partners
242
-
*[create_link](docs/sdks/partners/README.md#create_link) - Create a link for a partner
227
+
*[create](docs/sdks/partners/README.md#create) - Create or update a partner
243
228
*[retrieve_links](docs/sdks/partners/README.md#retrieve_links) - Retrieve a partner's links.
229
+
*[create_link](docs/sdks/partners/README.md#create_link) - Create a link for a partner
244
230
*[upsert_link](docs/sdks/partners/README.md#upsert_link) - Upsert a link for a partner
245
231
*[analytics](docs/sdks/partners/README.md#analytics) - Retrieve analytics for a partner
246
232
*[ban](docs/sdks/partners/README.md#ban) - Ban a partner
@@ -256,10 +242,10 @@ end
256
242
257
243
### [Tags](docs/sdks/tags/README.md)
258
244
259
-
*[create](docs/sdks/tags/README.md#create) - Create a tag
260
245
*[list](docs/sdks/tags/README.md#list) - Retrieve a list of tags
261
-
*[update](docs/sdks/tags/README.md#update) - Update a tag
246
+
*[create](docs/sdks/tags/README.md#create) - Create a tag
262
247
*[delete](docs/sdks/tags/README.md#delete) - Delete a tag
248
+
*[update](docs/sdks/tags/README.md#update) - Update a tag
263
249
264
250
### [Track](docs/sdks/track/README.md)
265
251
@@ -283,7 +269,7 @@ By default an API error will raise a `Errors::APIError`, which has the following
283
269
|`raw_response`|*Faraday::Response*| The raw HTTP response |
284
270
|`body`|*string*| The response content |
285
271
286
-
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:
272
+
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