Skip to content

Commit

Permalink
feat(gmail): update the api
Browse files Browse the repository at this point in the history
#### gmail:v1

The following keys were deleted:
- schemas.ListLabelsResponse.properties.productId (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jan 4, 2024
1 parent be613b9 commit 1d8abaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion docs/dyn/gmail_v1.users.labels.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ <h3>Method Details</h3>
&quot;type&quot;: &quot;A String&quot;, # The owner type for the label. User labels are created by the user and can be modified and deleted by the user and can be applied to any message or thread. System labels are internally created and cannot be added, modified, or deleted. System labels may be able to be applied to or removed from messages and threads under some circumstances but this is not guaranteed. For example, users can apply and remove the `INBOX` and `UNREAD` labels from messages and threads, but cannot apply or remove the `DRAFTS` or `SENT` labels from messages or threads.
},
],
&quot;productId&quot;: 42,
}</pre>
</div>

Expand Down
6 changes: 1 addition & 5 deletions googleapiclient/discovery_cache/documents/gmail.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3077,7 +3077,7 @@
}
}
},
"revision": "20231204",
"revision": "20240101",
"rootUrl": "https://gmail.googleapis.com/",
"schemas": {
"AutoForwarding": {
Expand Down Expand Up @@ -3846,10 +3846,6 @@
"$ref": "Label"
},
"type": "array"
},
"productId": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
Expand Down

0 comments on commit 1d8abaf

Please sign in to comment.