Skip to content

Commit 5b232d3

Browse files
feat(cloudsupport): update the api
#### cloudsupport:v2beta The following keys were deleted: - schemas.TextContent.properties.richText.type (Total Keys: 1)
1 parent 9e58b1c commit 5b232d3

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

docs/dyn/cloudsupport_v2beta.cases.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ <h3>Method Details</h3>
591591
parent: string, Required. The resource name of the case for which feed items should be listed. (required)
592592
orderBy: string, Optional. Field to order feed items by, followed by `asc` or `desc` postfix. The only valid field is `creation_time`. This list is case-insensitive, default sorting order is ascending, and the redundant space characters are insignificant. Example: `creation_time desc`
593593
pageSize: integer, Optional. The maximum number of feed items fetched with each request.
594-
pageToken: string, Optional. A token identifying the page of results to return. If unspecified, the first page is retrieved.
594+
pageToken: string, Optional. A token identifying the page of results to return. If unspecified, it retrieves the first page.
595595
x__xgafv: string, V1 error format.
596596
Allowed values
597597
1 - v1 error format
@@ -648,9 +648,8 @@ <h3>Method Details</h3>
648648
&quot;googleSupport&quot;: True or False, # Output only. Whether the actor is a Google support actor.
649649
&quot;username&quot;: &quot;A String&quot;, # Output only. The username of the actor. It may look like an email or other format provided by the identity provider. If not provided, it is inferred from the credentials supplied. When a name is provided, a username must also be provided. If the user is a Google Support agent, this will not be set.
650650
},
651-
&quot;bodyContent&quot;: { # Used for content on cases/comments/etc. On input either plain_text or rich_text should be supplied but not both. # Output only. The full email message body in both plaintext and richtext. The plaintext field of body_content will be elided in a best-effort attempt to remove extraneous reply threads.
652-
&quot;plainText&quot;: &quot;A String&quot;, # Content in this field should be rendered and interpreted as-is. If not provided on input, then rich_text must be provided and this field will contain the plain text extracted from the rich_text input.
653-
&quot;richText&quot;: &quot;A String&quot;, # Content in this field should be rendered and interpreted as HTML. If not provided on input, then plain_text must be provided and this field will contain the escaped plain text content. Only a subset of HTML tags and styles are allowed on input, all other tags will be stripped/sanitized. Output will always contain safe and valid HTML.
651+
&quot;bodyContent&quot;: { # Stores text attached to a support object. # Output only. The full email message body. A best-effort attempt is made to remove extraneous reply threads.
652+
&quot;plainText&quot;: &quot;A String&quot;, # Content in this field should be rendered and interpreted as-is.
654653
},
655654
&quot;ccEmailAddresses&quot;: [ # Output only. Email addresses CCed on the email.
656655
&quot;A String&quot;,

googleapiclient/discovery_cache/documents/cloudsupport.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
}
553553
}
554554
},
555-
"revision": "20240428",
555+
"revision": "20240505",
556556
"rootUrl": "https://cloudsupport.googleapis.com/",
557557
"schemas": {
558558
"Actor": {

googleapiclient/discovery_cache/documents/cloudsupport.v2beta.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
"type": "integer"
416416
},
417417
"pageToken": {
418-
"description": "Optional. A token identifying the page of results to return. If unspecified, the first page is retrieved.",
418+
"description": "Optional. A token identifying the page of results to return. If unspecified, it retrieves the first page.",
419419
"location": "query",
420420
"type": "string"
421421
},
@@ -619,7 +619,7 @@
619619
}
620620
}
621621
},
622-
"revision": "20240428",
622+
"revision": "20240505",
623623
"rootUrl": "https://cloudsupport.googleapis.com/",
624624
"schemas": {
625625
"Actor": {
@@ -1128,7 +1128,7 @@
11281128
},
11291129
"bodyContent": {
11301130
"$ref": "TextContent",
1131-
"description": "Output only. The full email message body in both plaintext and richtext. The plaintext field of body_content will be elided in a best-effort attempt to remove extraneous reply threads.",
1131+
"description": "Output only. The full email message body. A best-effort attempt is made to remove extraneous reply threads.",
11321132
"readOnly": true
11331133
},
11341134
"ccEmailAddresses": {
@@ -1561,15 +1561,11 @@
15611561
"type": "object"
15621562
},
15631563
"TextContent": {
1564-
"description": "Used for content on cases/comments/etc. On input either plain_text or rich_text should be supplied but not both.",
1564+
"description": "Stores text attached to a support object.",
15651565
"id": "TextContent",
15661566
"properties": {
15671567
"plainText": {
1568-
"description": "Content in this field should be rendered and interpreted as-is. If not provided on input, then rich_text must be provided and this field will contain the plain text extracted from the rich_text input.",
1569-
"type": "string"
1570-
},
1571-
"richText": {
1572-
"description": "Content in this field should be rendered and interpreted as HTML. If not provided on input, then plain_text must be provided and this field will contain the escaped plain text content. Only a subset of HTML tags and styles are allowed on input, all other tags will be stripped/sanitized. Output will always contain safe and valid HTML.",
1568+
"description": "Content in this field should be rendered and interpreted as-is.",
15731569
"type": "string"
15741570
}
15751571
},

0 commit comments

Comments
 (0)