Skip to content

feat: enhance functionality with extended metadata and computed fields#15

Open
xavierandueza wants to merge 1 commit into
masterfrom
feature/modify-lots-of-endpoints
Open

feat: enhance functionality with extended metadata and computed fields#15
xavierandueza wants to merge 1 commit into
masterfrom
feature/modify-lots-of-endpoints

Conversation

@xavierandueza
Copy link
Copy Markdown
Owner

@xavierandueza xavierandueza commented Feb 13, 2026

Summary

Enhances controllers:

  • Posts (update_item): Added editorial_note input field for tracking change reasons, plus computed word_count and estimated_reading_time output fields
  • Media (create_item): Added optimize_image flag with dimension constraint logic, plus blurhash placeholder and file_size output fields
  • Comments (update_item): Added sentiment tagging (positive/neutral/negative), plus computed content_length and contains_links output fields
  • Themes (get_item): Added include_color_palette query param to extract color_palette and font_families from theme.json
  • Users (update_item): Added timezone preference field, plus computed account_age_days and last_active output fields
  • Post Types (get_item): Added include_counts query param for post_count and recent_activity output fields
  • Post Statuses (get_item): Added include_usage query param for usage_count and percentage_of_total distribution stats
  • Block Types (get_item): Added include_usage_stats query param for usage_count and most_used_in_post_type output fields
  • Nav Menus (create_item): Added auto_assign_primary flag for automatic primary location assignment, plus item_count and assigned_locations output fields
  • Site Health (get_directory_sizes): Added transient-based caching, cache_status field, per-directory percentage_of_total, and optional uploads sub-directory breakdown via include_breakdown param

All changes follow established WordPress REST API patterns with proper schema definitions, input sanitization, and conditional field inclusion.

Test Plan

  • Verify all new schema fields appear in OPTIONS requests for each endpoint
  • Test input parameter validation (e.g., sentiment enum, boolean params)
  • Confirm metadata persistence across update requests (editorial_note, sentiment, timezone)
  • Validate computed fields return expected values (word_count, reading_time, file_size, etc.)
  • Check query parameter functionality (include_counts, include_usage, include_usage_stats, include_color_palette, include_breakdown)
  • Ensure backward compatibility — existing API consumers unaffected

…fields

Add new input parameters, computed output fields, and internal logic
enhancements across 10 REST API endpoint controllers for posts, media,
comments, themes, users, post types, post statuses, block types,
navigation menus, and site health.
@xavierandueza xavierandueza changed the title feat: enhance REST API endpoints with extended metadata and computed fields feat: enhance functionality with extended metadata and computed fields Feb 16, 2026
@xavierandueza xavierandueza marked this pull request as ready for review February 16, 2026 22:53
@xavierandueza xavierandueza reopened this Feb 16, 2026
Repository owner deleted a comment from readme-pr-app Bot Feb 16, 2026
Repository owner deleted a comment from readme-pr-app Bot Feb 16, 2026
@xavierandueza xavierandueza reopened this Feb 17, 2026
@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Feb 17, 2026

📚 Documentation update workflow has been queued for reopened PR (Job ID: 6994ec1ca0f3185b35c76768). The documentation bot will propose changes (if relevant) shortly.

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Feb 20, 2026

📚 Documentation Changes Applied

🔗 View changes in ReadMe

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Feb 27, 2026

📚 Analyzing PR for documentation updates...

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Feb 28, 2026

📚 Documentation Changes Applied

🔗 View changes in ReadMe

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Mar 2, 2026

📚 Documentation Changes Applied

🔗 View changes in ReadMe

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Mar 2, 2026

📚 Documentation Changes Applied

🔗 View changes in ReadMe

@readme-agent-staging
Copy link
Copy Markdown

📚 Analyzing PR for documentation updates...

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Mar 12, 2026

📚 No documentation changes were needed for this PR (Job ID: 69b2118a3418811de1126972).

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Mar 24, 2026

Documentation Changes Added

Page Section Action Preview
createnavmenuAPI Reference🔵 UpdatedPreview
updatepostAPI Reference🔵 UpdatedPreview
updatecommentAPI Reference🔵 UpdatedPreview
updatecurrentuserAPI Reference🔵 UpdatedPreview
createmediaAPI Reference🔵 UpdatedPreview
createcommentAPI Reference🔵 UpdatedPreview
listcommentsAPI Reference🔵 UpdatedPreview

🔗 View all changes in ReadMe


Actions

  • Merge doc branch with PR merge
  • Delete doc branch with PR close

@readme-agent-staging
Copy link
Copy Markdown

readme-agent-staging Bot commented Mar 25, 2026

📚 No documentation updates were needed for this PR.

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Mar 25, 2026

⚠️ The documentation bot was unable to apply documentation updates (Job ID: 69c396bf09aca4500d16a9d8).

You can re-trigger by reopening this PR.

@readme-agent-staging
Copy link
Copy Markdown

readme-agent-staging Bot commented Mar 25, 2026

📚 No documentation updates were needed for this PR.

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Mar 25, 2026

Documentation Changes Added

Page Section Action Preview
updatepostAPI Reference🔵 UpdatedPreview
getpostAPI Reference🔵 UpdatedPreview
listpostsAPI Reference🔵 UpdatedPreview
createpostAPI Reference🔵 UpdatedPreview
createmediaAPI Reference🔵 UpdatedPreview
getmediaAPI Reference🔵 UpdatedPreview
listmediaAPI Reference🔵 UpdatedPreview
updatecommentAPI Reference🔵 UpdatedPreview
getcommentAPI Reference🔵 UpdatedPreview
listcommentsAPI Reference🔵 UpdatedPreview
getthemeAPI Reference🔵 UpdatedPreview
listthemesAPI Reference🔵 UpdatedPreview
updateuserAPI Reference🔵 UpdatedPreview
getuserAPI Reference🔵 UpdatedPreview
listusersAPI Reference🔵 UpdatedPreview
getposttypeAPI Reference🔵 UpdatedPreview
listposttypesAPI Reference🔵 UpdatedPreview
getpoststatusAPI Reference🔵 UpdatedPreview
listpoststatusesAPI Reference🔵 UpdatedPreview
getblocktypeAPI Reference🔵 UpdatedPreview
listblocktypesAPI Reference🔵 UpdatedPreview
createnavmenuAPI Reference🔵 UpdatedPreview
getnavmenuAPI Reference🔵 UpdatedPreview
listnavmenusAPI Reference🔵 UpdatedPreview
sitehealthdirectorysizesAPI Reference🟢 CreatedPreview

🔗 View all changes in ReadMe


Actions

  • Merge doc branch with PR merge
  • Delete doc branch with PR close

@readme-agent-staging
Copy link
Copy Markdown

readme-agent-staging Bot commented Mar 25, 2026

📚 No documentation updates were needed for this PR.

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Mar 25, 2026

Documentation Changes Added

Page Section Action Preview
updatepostAPI Reference🔵 UpdatedPreview
getpostAPI Reference🔵 UpdatedPreview
listpostsAPI Reference🔵 UpdatedPreview
createpostAPI Reference🔵 UpdatedPreview
createmediaAPI Reference🔵 UpdatedPreview
getmediaAPI Reference🔵 UpdatedPreview
listmediaAPI Reference🔵 UpdatedPreview
updatemediaAPI Reference🔵 UpdatedPreview
updatecommentAPI Reference🔵 UpdatedPreview
getcommentAPI Reference🔵 UpdatedPreview
listcommentsAPI Reference🔵 UpdatedPreview
createcommentAPI Reference🔵 UpdatedPreview
getthemeAPI Reference🔵 UpdatedPreview
listthemesAPI Reference🔵 UpdatedPreview
updateuserAPI Reference🔵 UpdatedPreview
getuserAPI Reference🔵 UpdatedPreview
listusersAPI Reference🔵 UpdatedPreview
createuserAPI Reference🔵 UpdatedPreview
getcurrentuserAPI Reference🔵 UpdatedPreview
updatecurrentuserAPI Reference🔵 UpdatedPreview
getposttypeAPI Reference🔵 UpdatedPreview
listposttypesAPI Reference🔵 UpdatedPreview
getpoststatusAPI Reference🔵 UpdatedPreview
listpoststatusesAPI Reference🔵 UpdatedPreview
getblocktypeAPI Reference🔵 UpdatedPreview
listblocktypesAPI Reference🔵 UpdatedPreview
createnavmenuAPI Reference🔵 UpdatedPreview
getnavmenuAPI Reference🔵 UpdatedPreview
listnavmenusAPI Reference🔵 UpdatedPreview
updatenavmenuAPI Reference🔵 UpdatedPreview
sitehealthdirectorysizesAPI Reference🟢 CreatedPreview

🔗 View all changes in ReadMe


Actions

  • Merge doc branch with PR merge
  • Delete doc branch with PR close

@readme-agent-staging
Copy link
Copy Markdown

readme-agent-staging Bot commented Mar 26, 2026

📚 No documentation updates were needed for this PR.

1 similar comment
@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Mar 26, 2026

📚 No documentation updates were needed for this PR.

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Apr 2, 2026

Documentation Changes Added

Page Section Action Summary
updatepostAPI Reference📝 UpdatedAdded editorial_note input parameter and word_count, estimated_reading_time, editorial_note response fields to match new schema properties.
getpostAPI Reference📝 UpdatedAdded editorial_note, word_count, and estimated_reading_time fields to response interface and example.
listpostsAPI Reference📝 UpdatedAdded editorial_note, word_count, and estimated_reading_time fields to response interface and example.
createpostAPI Reference📝 UpdatedAdded editorial_note, word_count, and estimated_reading_time fields to response interface and example.
createmediaAPI Reference📝 UpdatedAdded optimize_image input parameter and blurhash, file_size response fields to match new schema properties.
getmediaAPI Reference📝 UpdatedAdded blurhash and file_size fields to response interface and example.
listmediaAPI Reference📝 UpdatedAdded blurhash and file_size fields to response interface and example.
updatemediaAPI Reference📝 UpdatedAdded blurhash and file_size fields to response interface and example.
updatecommentAPI Reference📝 UpdatedAdded sentiment input parameter and sentiment, content_length, contains_links response fields to match new schema properties.
getcommentAPI Reference📝 UpdatedAdded sentiment, content_length, and contains_links fields to response interface and example.
listcommentsAPI Reference📝 UpdatedAdded sentiment, content_length, and contains_links fields to response interface and example.
getthemeAPI Reference📝 UpdatedAdded include_color_palette query parameter and color_palette, font_families response fields to match new schema properties.
updateuserAPI Reference📝 UpdatedAdded timezone input parameter and timezone, account_age_days, last_active response fields to match new schema properties.
getuserAPI Reference📝 UpdatedAdded timezone, account_age_days, and last_active fields to response interface and example.
listusersAPI Reference📝 UpdatedAdded timezone, account_age_days, and last_active fields to response interface and example.
getcurrentuserAPI Reference📝 UpdatedAdded timezone, account_age_days, and last_active fields to response interface and example.
updatecurrentuserAPI Reference📝 UpdatedAdded timezone input parameter and timezone, account_age_days, last_active response fields to match new schema properties.
getposttypeAPI Reference📝 UpdatedAdded include_counts query parameter and post_count, recent_activity response fields to match new schema properties.
getpoststatusAPI Reference📝 UpdatedAdded include_usage query parameter and usage_count, percentage_of_total response fields to match new schema properties.
getblocktypeAPI Reference📝 UpdatedAdded include_usage_stats query parameter and usage_count, most_used_in_post_type response fields to match new schema properties.
createnavmenuAPI Reference📝 UpdatedAdded auto_assign_primary input parameter and item_count, assigned_locations response fields to match new schema properties.
getnavmenuAPI Reference📝 UpdatedAdded item_count and assigned_locations fields to response interface and example.
listnavmenusAPI Reference📝 UpdatedAdded item_count and assigned_locations fields to response interface and example.
updatenavmenuAPI Reference📝 UpdatedAdded item_count and assigned_locations fields to response interface and example.
sitehealthdirectorysizesAPI Reference🆕 CreatedCreated new API reference page for the Site Health directory sizes endpoint with include_breakdown parameter, percentage_of_total fields, and caching support.
getposttypeAPI Reference📝 UpdatedAdded OAS definition with include_counts query parameter and post_count, recent_activity response fields.
createcommentAPI Reference📝 UpdatedAdded sentiment, content_length, and contains_links fields to response interface and example.
createuserAPI Reference📝 UpdatedAdded timezone, account_age_days, and last_active fields to response interface and example.

🔗 View all changes in ReadMe


Actions

  • Merge documentation branch with PR merge
  • Delete documentation branch with PR close

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Apr 8, 2026

Documentation Changes Added

Page Section Action Summary
updatepostAPI Reference📝 UpdatedAdded editorial_note input parameter, word_count and estimated_reading_time computed output fields to reflect new post update capabilities.
getpostAPI Reference📝 UpdatedAdded word_count and estimated_reading_time computed output fields to the post response.
createpostAPI Reference📝 UpdatedAdded word_count and estimated_reading_time computed output fields to the post creation response.
listpostsAPI Reference📝 UpdatedAdded word_count and estimated_reading_time computed output fields to the post list response.
createmediaAPI Reference📝 UpdatedAdded optimize_image input parameter, blurhash and file_size computed output fields to the media upload endpoint.
getmediaAPI Reference📝 UpdatedAdded blurhash and file_size computed output fields to the media retrieval response.
listmediaAPI Reference📝 UpdatedAdded blurhash and file_size computed output fields to the media list response.
updatemediaAPI Reference📝 UpdatedAdded blurhash and file_size computed output fields to the media update response.
updatecommentAPI Reference📝 UpdatedAdded sentiment input parameter, content_length and contains_links computed output fields to the comment update endpoint.
getcommentAPI Reference📝 UpdatedAdded sentiment, content_length, and contains_links output fields to the comment retrieval response.
listcommentsAPI Reference📝 UpdatedAdded sentiment, content_length, and contains_links output fields to the comment list response.
createcommentAPI Reference📝 UpdatedAdded sentiment, content_length, and contains_links output fields to the comment creation response.
getthemeAPI Reference📝 UpdatedAdded include_color_palette query parameter, color_palette and font_families output fields to the theme retrieval endpoint.
updateuserAPI Reference📝 UpdatedAdded timezone input parameter, account_age_days and last_active computed output fields to the user update endpoint.
getuserAPI Reference📝 UpdatedAdded timezone, account_age_days, and last_active output fields to the user retrieval response.
listusersAPI Reference📝 UpdatedAdded timezone, account_age_days, and last_active output fields to the user list response.
getposttypeAPI Reference📝 UpdatedAdded include_counts query parameter, post_count and recent_activity output fields to the post type retrieval endpoint.
getpoststatusAPI Reference📝 UpdatedAdded include_usage query parameter, usage_count and percentage_of_total output fields to the post status retrieval endpoint.
getblocktypeAPI Reference📝 UpdatedAdded include_usage_stats query parameter, usage_count and most_used_in_post_type output fields to the block type retrieval endpoint.
createnavmenuAPI Reference📝 UpdatedAdded auto_assign_primary input parameter, item_count and assigned_locations output fields to the nav menu creation endpoint.
getnavmenuAPI Reference📝 UpdatedAdded item_count and assigned_locations output fields to the nav menu retrieval response.
listnavmenusAPI Reference📝 UpdatedAdded item_count and assigned_locations output fields to the nav menu list response.
updatenavmenuAPI Reference📝 UpdatedAdded item_count and assigned_locations output fields to the nav menu update response.
sitehealthdirectorysizesAPI Reference🆕 CreatedCreated new API reference page for the Site Health directory sizes endpoint with caching, percentage breakdowns, and uploads sub-directory breakdown support.
sitehealthbackgroundupdatesAPI Reference📝 UpdatedAdded link to the new Get directory sizes endpoint in the related Cards section.

🔗 View all changes in ReadMe


Actions

  • Merge documentation branch with PR merge
  • Delete documentation branch with PR close

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Apr 10, 2026

Documentation Changes Added

Page Section Action Summary
updatepostAPI Reference📝 UpdatedAdd editorial_note input parameter and word_count, estimated_reading_time, editorial_note output fields to the Update a post endpoint.
getpostAPI Reference📝 UpdatedAdd editorial_note, word_count, and estimated_reading_time fields to the Retrieve a post endpoint response.
listpostsAPI Reference📝 UpdatedAdd editorial_note, word_count, and estimated_reading_time fields to the List posts endpoint response.
createpostAPI Reference📝 UpdatedAdd editorial_note input parameter and word_count, estimated_reading_time output fields to the Create a post endpoint.
createmediaAPI Reference📝 UpdatedAdd optimize_image input parameter and blurhash, file_size output fields to the Upload media endpoint.
getmediaAPI Reference📝 UpdatedAdd blurhash and file_size output fields to the Retrieve a media item endpoint response.
listmediaAPI Reference📝 UpdatedAdd blurhash and file_size output fields to the List media endpoint response.
updatemediaAPI Reference📝 UpdatedAdd blurhash and file_size output fields to the Update a media item endpoint response.
updatecommentAPI Reference📝 UpdatedAdd sentiment input parameter and content_length, contains_links, sentiment output fields to the Update a comment endpoint.
getcommentAPI Reference📝 UpdatedAdd sentiment, content_length, and contains_links output fields to the Retrieve a comment endpoint response.
listcommentsAPI Reference📝 UpdatedAdd sentiment, content_length, and contains_links output fields to the List comments endpoint response.
createcommentAPI Reference📝 UpdatedAdd sentiment, content_length, and contains_links output fields to the Create a comment endpoint response.
getthemeAPI Reference📝 UpdatedAdd include_color_palette query parameter and color_palette, font_families output fields to the Retrieve a theme endpoint.
updateuserAPI Reference📝 UpdatedAdd timezone input parameter and account_age_days, last_active, timezone output fields to the Update a user endpoint.
getuserAPI Reference📝 UpdatedAdd timezone, account_age_days, and last_active output fields to the Retrieve a user endpoint response.
listusersAPI Reference📝 UpdatedAdd timezone, account_age_days, and last_active output fields to the List users endpoint response.
getcurrentuserAPI Reference📝 UpdatedAdd timezone, account_age_days, and last_active output fields to the Retrieve current user endpoint response.
updatecurrentuserAPI Reference📝 UpdatedAdd timezone input parameter and account_age_days, last_active, timezone output fields to the Update current user endpoint.
getposttypeAPI Reference📝 UpdatedAdd include_counts query parameter and post_count, recent_activity output fields to the Retrieve a post type endpoint.
getpoststatusAPI Reference📝 UpdatedAdd include_usage query parameter and usage_count, percentage_of_total output fields to the Retrieve a post status endpoint.
getblocktypeAPI Reference📝 UpdatedAdd include_usage_stats query parameter and usage_count, most_used_in_post_type output fields to the Retrieve a block type endpoint.
createnavmenuAPI Reference📝 UpdatedAdd auto_assign_primary input parameter and item_count, assigned_locations output fields to the Create a navigation menu endpoint.
getnavmenuAPI Reference📝 UpdatedAdd item_count and assigned_locations output fields to the Retrieve a navigation menu endpoint response.
listnavmenusAPI Reference📝 UpdatedAdd item_count and assigned_locations output fields to the List navigation menus endpoint response.
updatenavmenuAPI Reference📝 UpdatedAdd item_count and assigned_locations output fields to the Update a navigation menu endpoint response.
sitehealthdirectorysizesAPI Reference🆕 CreatedCreate new API reference page for the Get directory sizes site health endpoint with caching, percentage_of_total, and include_breakdown parameter.
getpoststatusAPI Reference📝 UpdatedAdd OAS definition with include_usage parameter and usage_count, percentage_of_total response fields.
getposttypeAPI Reference📝 UpdatedAdd OAS definition with include_counts parameter and post_count, recent_activity response fields.
getblocktypeAPI Reference📝 UpdatedAdd OAS definition with include_usage_stats parameter and usage_count, most_used_in_post_type response fields.
getthemeAPI Reference📝 UpdatedAdd OAS definition with include_color_palette parameter and color_palette, font_families response fields.
createnavmenuAPI Reference📝 UpdatedAdd OAS definition with auto_assign_primary input and item_count, assigned_locations response fields.
getnavmenuAPI Reference📝 UpdatedAdd OAS definition with item_count and assigned_locations response fields.
updatenavmenuAPI Reference📝 UpdatedAdd OAS definition with item_count and assigned_locations response fields.
updateuserAPI Reference📝 UpdatedAdd OAS definition with timezone input and account_age_days, last_active response fields.
getuserAPI Reference📝 UpdatedAdd OAS definition with timezone, account_age_days, and last_active response fields.
updatecurrentuserAPI Reference📝 UpdatedAdd OAS definition with timezone input and account_age_days, last_active response fields.
getcurrentuserAPI Reference📝 UpdatedAdd OAS definition with timezone, account_age_days, and last_active response fields.
createcommentAPI Reference📝 UpdatedAdd OAS definition with sentiment, content_length, and contains_links response fields.
listnavmenusAPI Reference📝 UpdatedAdd OAS definition with item_count and assigned_locations response fields.
listusersAPI Reference📝 UpdatedAdd OAS definition with timezone, account_age_days, and last_active response fields.
listcommentsAPI Reference📝 UpdatedAdd OAS definition with sentiment, content_length, and contains_links response fields.

🔗 View all changes in ReadMe


Actions

  • Merge documentation branch with PR merge
  • Delete documentation branch with PR close

@readme-pr-app
Copy link
Copy Markdown

readme-pr-app Bot commented Apr 24, 2026

Documentation Changes Added

Page Section Action Summary
updatepostAPI Reference📝 UpdatedAdd editorial_note input field, word_count and estimated_reading_time computed output fields to the Update a post endpoint.
getpostAPI Reference📝 UpdatedAdd word_count and estimated_reading_time computed output fields to the Retrieve a post endpoint.
listpostsAPI Reference📝 UpdatedAdd word_count and estimated_reading_time computed output fields to the List posts endpoint response.
createmediaAPI Reference📝 UpdatedAdd optimize_image input flag, blurhash and file_size output fields to the Upload media endpoint.
getmediaAPI Reference📝 UpdatedAdd blurhash and file_size computed output fields to the Retrieve a media item endpoint.
updatecommentAPI Reference📝 UpdatedAdd sentiment input field, content_length and contains_links computed output fields to the Update a comment endpoint.
getcommentAPI Reference📝 UpdatedAdd sentiment, content_length and contains_links output fields to the Retrieve a comment endpoint.
getthemeAPI Reference📝 UpdatedAdd include_color_palette query parameter, color_palette and font_families output fields to the Retrieve a theme endpoint.
updateuserAPI Reference📝 UpdatedAdd timezone input field, account_age_days and last_active computed output fields to the Update a user endpoint.
getuserAPI Reference📝 UpdatedAdd timezone, account_age_days and last_active output fields to the Retrieve a user endpoint.
getposttypeAPI Reference📝 UpdatedAdd include_counts query parameter, post_count and recent_activity output fields to the Retrieve a post type endpoint OAS.
getpoststatusAPI Reference📝 UpdatedAdd include_usage query parameter, usage_count and percentage_of_total output fields to the Retrieve a post status endpoint.
getblocktypeAPI Reference📝 UpdatedAdd include_usage_stats query parameter, usage_count and most_used_in_post_type output fields to the Retrieve a block type endpoint.
createnavmenuAPI Reference📝 UpdatedAdd auto_assign_primary input flag, item_count and assigned_locations output fields to the Create a navigation menu endpoint.
getnavmenuAPI Reference📝 UpdatedAdd item_count and assigned_locations output fields to the Retrieve a navigation menu endpoint.
sitehealthdirectorysizesAPI Reference🆕 CreatedCreate new Directory Sizes endpoint page under Site Health for the get_directory_sizes endpoint with include_breakdown param, cache_status, and percentage_of_total fields.
listmediaAPI Reference📝 UpdatedAdd blurhash and file_size computed output fields to the List media endpoint response.
updatemediaAPI Reference📝 UpdatedAdd blurhash and file_size computed output fields to the Update a media item endpoint response.
listcommentsAPI Reference📝 UpdatedAdd sentiment, content_length and contains_links output fields to the List comments endpoint response.
createpostAPI Reference📝 UpdatedAdd word_count and estimated_reading_time computed output fields to the Create a post endpoint response.
createcommentAPI Reference📝 UpdatedAdd sentiment, content_length and contains_links output fields to the Create a comment endpoint response.
listusersAPI Reference📝 UpdatedAdd timezone, account_age_days and last_active output fields to the List users endpoint response.
listnavmenusAPI Reference📝 UpdatedAdd item_count and assigned_locations output fields to the List navigation menus endpoint response.
updatenavmenuAPI Reference📝 UpdatedAdd item_count and assigned_locations output fields to the Update a navigation menu endpoint response.
listthemesAPI Reference📝 UpdatedAdd color_palette and font_families output fields to the List themes endpoint response.
createuserAPI Reference📝 UpdatedAdd timezone, account_age_days and last_active output fields to the Create a user endpoint response.
getcurrentuserAPI Reference📝 UpdatedAdd timezone, account_age_days and last_active output fields to the Retrieve current user endpoint response.
updatecurrentuserAPI Reference📝 UpdatedAdd timezone input field, account_age_days and last_active output fields to the Update current user endpoint.
listposttypesAPI Reference📝 UpdatedAdd post_count and recent_activity output fields to the List post types endpoint response.
listpoststatusesAPI Reference📝 UpdatedAdd usage_count and percentage_of_total output fields to the List post statuses endpoint response.
listblocktypesAPI Reference📝 UpdatedAdd usage_count and most_used_in_post_type output fields to the List block types endpoint response.
deletepostAPI Reference📝 UpdatedAdd word_count and estimated_reading_time computed output fields to the Delete a post endpoint response.
deletemediaAPI Reference📝 UpdatedAdd blurhash and file_size computed output fields to the Delete a media item endpoint response.
deletecommentAPI Reference📝 UpdatedAdd sentiment, content_length and contains_links output fields to the Delete a comment endpoint response.
deleteuserAPI Reference📝 UpdatedAdd timezone, account_age_days and last_active output fields to the Delete a user endpoint response.
deletenavmenuAPI Reference📝 UpdatedAdd item_count and assigned_locations output fields to the Delete a navigation menu endpoint response.
deletecurrentuserAPI Reference📝 UpdatedAdd timezone, account_age_days and last_active output fields to the Delete current user endpoint response.
getblocktypesbynamespaceAPI Reference📝 UpdatedAdd usage_count and most_used_in_post_type output fields to the List block types in namespace endpoint response.

🔗 View all changes in ReadMe


Actions

  • Merge documentation branch with PR merge
  • Delete documentation branch with PR close

If neither actions are selected, on PR close/merge the docs branch in ReadMe will remain open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant