Skip to content

Commit d0d6a8c

Browse files
tmoskovitchzacmos
authored andcommitted
Convert URI to be URL
1 parent 6b46132 commit d0d6a8c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+133
-148
lines changed

docs/AnimatedGif.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
10-
**previewImageUrl** | **URI** | | [optional]
10+
**previewImageUrl** | **URL** | | [optional]
1111
**variants** | [**List<VideoAllOfVariants>**](VideoAllOfVariants.md) | An array of all available variants of the media | [optional]
1212

1313

docs/AnimatedGifAllOf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
10-
**previewImageUrl** | **URI** | | [optional]
10+
**previewImageUrl** | **URL** | | [optional]
1111
**variants** | [**List<VideoAllOfVariants>**](VideoAllOfVariants.md) | An array of all available variants of the media | [optional]
1212

1313

docs/ClientForbiddenProblem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A problem that indicates your client is forbidden from making this request.
99
Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
1111
**reason** | [**ReasonEnum**](#ReasonEnum) | | [optional]
12-
**registrationUrl** | **URI** | | [optional]
12+
**registrationUrl** | **URL** | | [optional]
1313

1414

1515

docs/ClientForbiddenProblemAllOf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
1010
**reason** | [**ReasonEnum**](#ReasonEnum) | | [optional]
11-
**registrationUrl** | **URI** | | [optional]
11+
**registrationUrl** | **URL** | | [optional]
1212

1313

1414

docs/ComplianceJob.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
1010
**id** | **String** | Compliance Job ID |
1111
**type** | **ComplianceJobType** | |
1212
**createdAt** | **OffsetDateTime** | Creation time of the compliance job. |
13-
**uploadUrl** | **URI** | URL to which the user will upload their tweet or user IDs |
13+
**uploadUrl** | **URL** | URL to which the user will upload their tweet or user IDs |
1414
**uploadExpiresAt** | **OffsetDateTime** | Expiration time of the upload URL |
15-
**downloadUrl** | **URI** | URL from which the user will retrieve their compliance results |
15+
**downloadUrl** | **URL** | URL from which the user will retrieve their compliance results |
1616
**downloadExpiresAt** | **OffsetDateTime** | Expiration time of the download URL |
1717
**name** | **String** | User-provided name for a compliance job | [optional]
1818
**status** | **ComplianceJobStatus** | |

docs/Photo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
10-
**url** | **URI** | | [optional]
10+
**url** | **URL** | | [optional]
1111
**altText** | **String** | | [optional]
1212

1313

docs/PhotoAllOf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
10-
**url** | **URI** | | [optional]
10+
**url** | **URL** | | [optional]
1111
**altText** | **String** | | [optional]
1212

1313

docs/URLFields.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Represent the portion of text recognized as a URL.
88

99
Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
11-
**url** | **URI** | A validly formatted URL. |
12-
**expandedUrl** | **URI** | A validly formatted URL. | [optional]
11+
**url** | **URL** | |
12+
**expandedUrl** | **URL** | | [optional]
1313
**displayUrl** | **String** | The URL as displayed in the Twitter client. | [optional]
14-
**unwoundUrl** | **URI** | Fully resolved url | [optional]
14+
**unwoundUrl** | **URL** | Fully resolved url | [optional]
1515
**status** | **Integer** | HTTP Status Code. | [optional]
1616
**title** | **String** | Title of the page the URL points to. | [optional]
1717
**description** | **String** | Description of the URL landing page. | [optional]

docs/URLImage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Represent the information for the URL image
88

99
Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
11-
**url** | **URI** | A validly formatted URL. | [optional]
11+
**url** | **URL** | | [optional]
1212
**height** | **Integer** | The height of the media in pixels | [optional]
1313
**width** | **Integer** | The width of the media in pixels | [optional]
1414

docs/UrlEntity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
1111
**start** | **Integer** | Index (zero-based) at which position this entity starts. The index is inclusive. |
1212
**end** | **Integer** | Index (zero-based) at which position this entity ends. The index is exclusive. |
13-
**url** | **URI** | A validly formatted URL. |
14-
**expandedUrl** | **URI** | A validly formatted URL. | [optional]
13+
**url** | **URL** | |
14+
**expandedUrl** | **URL** | | [optional]
1515
**displayUrl** | **String** | The URL as displayed in the Twitter client. | [optional]
16-
**unwoundUrl** | **URI** | Fully resolved url | [optional]
16+
**unwoundUrl** | **URL** | Fully resolved url | [optional]
1717
**status** | **Integer** | HTTP Status Code. | [optional]
1818
**title** | **String** | Title of the page the URL points to. | [optional]
1919
**description** | **String** | Description of the URL landing page. | [optional]

0 commit comments

Comments
 (0)