Turns on a client-side encryption key pair that was turned off. The key pair becomes active again for any associated client-side encryption identities.
HTTP request
POST https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/cse/keypairs/{keyPairId}:enable
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-04 UTC."],[[["Enables a previously deactivated client-side encryption key pair, making it active again for associated identities."],["Requires the user's ID and the key pair's ID to be specified in the request URL."],["Uses an empty request body and returns the CseKeyPair object upon successful execution."],["Needs authorization with specific Gmail settings scopes, either `https://www.googleapis.com/auth/gmail.settings.basic` or `https://www.googleapis.com/auth/gmail.settings.sharing`."]]],[]]