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
application/json: {"error": {"code": "bad_request", "message": "The requested resource was not found.", "doc_url": "https://dub.co/docs/api-reference/errors#bad-request"}}
application/json: {"error": {"code": "bad_request", "message": "The requested resource was not found.", "doc_url": "https://dub.co/docs/api-reference/errors#bad-request"}}
1210
1212
"401":
@@ -1282,6 +1284,8 @@ examples:
1282
1284
application/json: {"title": "Dub.co - Link Management for Modern Marketing Teams", "description": "Dub.co is the open-source link management infrastructure ...", "image": "https://assets.dub.co/thumbnail.jpg"}
Copy file name to clipboardExpand all lines: docs/models/operations/createpartnerrequestbody.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,5 @@
11
11
|`username`|*::String*|:heavy_check_mark:| A unique username for the partner in your system. This will be used to create a short link for the partner using your program's default domain. |
12
12
|`image`|*T.nilable(::String)*|:heavy_minus_sign:| Avatar image for the partner β if not provided, a default avatar will be used. |
13
13
|`country`|[T.nilable(::OpenApiSDK::Operations::Country)](../../models/operations/country.md)|:heavy_minus_sign:| Country where the partner is based. |
14
-
|`description`|*T.nilable(::String)*|:heavy_minus_sign:| A brief description of the partner and their background. |
14
+
|`description`|*T.nilable(::String)*|:heavy_minus_sign:| A brief description of the partner and their background. |
15
+
|`link_props`|[T.nilable(::OpenApiSDK::Operations::LinkProps)](../../models/operations/linkprops.md)|:heavy_minus_sign:| Additional properties that you can pass to the partner's short link. Will be used to override the default link properties for this partner. |
0 commit comments