Update reader email settings
documentedReturns the email settings
POST /read/email-settings/Readerno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://public-api.wordpress.com/rest/v1.1/read/email-settings/" \ -X GET \ -H "Accept: application/json" \ # Source: WordPress.com REST API docs — GET /read/email-settings/ in rest/v1.1 (POST is not supported for this endpoint)