Gallery
wp-wordpress
Demo Doc — wp2docs.com
Share
Explore
Settings
Rest routes
Not synced yet
Rest route
Namespace
Route
1
/
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"context":{"default":"view"}},"callback":[{},"get_index"]}
2
/batch/v1
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"validation":{"type":"string","enum":["require-all-validate","normal"],"default":"normal"},"requests":{"required":true,"type":"array","maxItems":25,"items":{"type":"object","properties":{"method":{"type":"string","enum":["POST","PUT","PATCH","DELETE"],"default":"POST"},"path":{"type":"string","required":true},"body":{"type":"object","properties":[],"additionalProperties":true},"headers":{"type":"object","properties":[],"additionalProperties":{"type":["string","array"],"items":{"type":"string"}}}}}}},"callback":[{},"serve_batch_request_v1"]}
3
/oembed/1.0
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"oembed\/1.0"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
4
/oembed/1.0/embed
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"url":{"description":"The URL of the resource for which to fetch oEmbed data.","required":true,"type":"string","format":"uri"},"format":{"default":"json","sanitize_callback":"wp_oembed_ensure_format"},"maxwidth":{"default":600,"sanitize_callback":"absint"}},"callback":[{},"get_item"],"permission_callback":"__return_true"}
5
/oembed/1.0/proxy
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"url":{"description":"The URL of the resource for which to fetch oEmbed data.","required":true,"type":"string","format":"uri"},"format":{"description":"The oEmbed format to use.","type":"string","default":"json","enum":["json","xml"]},"maxwidth":{"description":"The maximum width of the embed frame in pixels.","type":"integer","default":600,"sanitize_callback":"absint"},"maxheight":{"description":"The maximum height of the embed frame in pixels.","type":"integer","sanitize_callback":"absint"},"discover":{"description":"Whether to perform an oEmbed discovery request for unsanctioned providers.","type":"boolean","default":true}},"callback":[{},"get_proxy_item"],"permission_callback":[{},"get_proxy_item_permissions_check"]}
6
/code-snippets/v1
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"code-snippets\/v1"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
7
/code-snippets/v1/snippets
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"name":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Descriptive title for the snippet.","type":"string"},"desc":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Descriptive text associated with snippet.","type":"string"},"code":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Executable snippet code.","type":"string"},"tags":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"List of tag categories the snippet belongs to.","type":"array"},"scope":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Context in which the snippet is executable.","type":"string"},"active":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Snippet activation status.","type":"boolean"},"priority":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Relative priority in which the snippet is executed.","type":"integer"},"network":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether the snippet is network-wide instead of site-wide.","type":"boolean"},"shared_network":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"If a network snippet, whether can be activated on discrete sites instead of network-wide.","type":"boolean"},"modified":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Date and time when the snippet was last modified, in ISO format.","type":"string"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
8
/code-snippets/v1/snippets/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
9
/code-snippets/v1/snippets/schema
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"get_public_item_schema"],"permission_callback":"__return_true"}
10
/code-snippets/v1/snippets/(?P<id>[\d]+)/activate
{"methods":{"POST":true,"PUT":true,"PATCH":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"activate_item"],"permission_callback":[{},"update_item_permissions_check"],"schema":[{},"get_item_schema"]}
11
/code-snippets/v1/snippets/(?P<id>[\d]+)/deactivate
{"methods":{"POST":true,"PUT":true,"PATCH":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"deactivate_item"],"permission_callback":[{},"update_item_permissions_check"],"schema":[{},"get_item_schema"]}
12
/code-snippets/v1/snippets/(?P<id>[\d]+)/export
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"export_item"],"permission_callback":[{},"get_item_permissions_check"],"schema":[{},"get_item_schema"]}
13
/code-snippets/v1/snippets/(?P<id>[\d]+)/export-code
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"export_item_code"],"permission_callback":[{},"get_item_permissions_check"],"schema":[{},"get_item_schema"]}
14
/code-snippets/v1/cloud/snippet
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Cloud snippet identifier.","type":"string"},"name":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Title of cloud snippet.","type":"string"},"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Descriptive text associated with snippet.","type":"string"},"code":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Executable snippet code.","type":"string"},"scope":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Context in which the snippet is executable.","type":"string"},"created":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Date and time when the snippet was last created, in ISO format.","type":"string"},"revision":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Snippet revision number.","type":"integer"}},"callback":[{},"create_item_from_cloud"],"permission_callback":[{},"cloud_permission_check"]}
15
/code-snippets/v1/cloud
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"remove_sync"],"permission_callback":[{},"cloud_permission_check"]}
16
/code-snippets/v1/cloud/ai/prompt
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"prompt":{"description":"Prompt to use when generating snippet.","required":true,"type":"string"},"type":{"description":"Language type to use when generating code.","required":true,"type":"string","enum":["php","css","js","html"]}},"callback":[{},"cloud_ai_prompt"],"permission_callback":[{},"cloud_permission_check"]}
17
/code-snippets/v1/cloud/ai/explain
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"code":{"description":"Snippet code to use for generating an explanation.","required":true,"type":"string"},"field":{"description":"Snippet field to target when generating explanation.","required":true,"type":"string","enum":["code","desc","tags"]}},"callback":[{},"cloud_ai_explain"],"permission_callback":[{},"cloud_permission_check"]}
18
/instawp-connect/v1
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"instawp-connect\/v1"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
19
/instawp-connect/v1/config
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"config"],"permission_callback":"__return_true"}
20
/instawp-connect/v2
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"instawp-connect\/v2"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
21
/instawp-connect/v2/disconnect
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"disconnect"],"permission_callback":"__return_true"}
22
/instawp-connect/v2/auto-login-code
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"auto_login_code"],"permission_callback":"__return_true"}
23
/instawp-connect/v2/auto-login
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"auto_login"],"permission_callback":"__return_true"}
24
/instawp-connect/v2/manage
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"instawp-connect\/v2\/manage"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
25
/instawp-connect/v2/manage/clear-cache
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"clear_cache"],"permission_callback":"__return_true"}
26
/instawp-connect/v2/manage/inventory
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"get_inventory"],"permission_callback":"__return_true"}
27
/instawp-connect/v2/manage/install
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"perform_install"],"permission_callback":"__return_true"}
28
/instawp-connect/v2/manage/configuration
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"delete_configuration"],"permission_callback":"__return_true"}
29
/instawp-connect/v2/manage/file-manager
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"file_manager"],"permission_callback":"__return_true"}
30
/instawp-connect/v2/manage/database-manager
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"database_manager"],"permission_callback":"__return_true"}
31
/instawp-connect/v2/manage/logs
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"get_logs"],"permission_callback":"__return_true"}
32
/instawp-connect/v2/manage/settings
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"set_remote_management"],"permission_callback":"__return_true"}
33
/instawp-connect/v3
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"instawp-connect\/v3"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
34
/instawp-connect/v3/site-usage
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"site_usage"],"permission_callback":"__return_true"}
35
/instawp-connect/v3/pull
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"handle_pull_api"],"permission_callback":"__return_true"}
36
/instawp-connect/v3/push
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"handle_push_api"],"permission_callback":"__return_true"}
37
/instawp-connect/v3/debug
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"handle_debug"],"permission_callback":"__return_true"}
38
/instawp-connect/v1/sync
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"events_receiver"],"permission_callback":[{},"check_permission"]}
39
/instawp-connect/v1/mark-staging
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"instawp_site_mark_staging"],"permission_callback":[{},"check_permission"]}
40
/vip-block-data-api/v1
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"vip-block-data-api\/v1"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
41
/vip-block-data-api/v1/posts/(?P<id>[0-9]+)/blocks
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"validate_callback":{},"sanitize_callback":{}},"include":{"validate_callback":["WPCOMVIP\\BlockDataApi\\RestApi","validate_block_names"],"sanitize_callback":{}},"exclude":{"validate_callback":["WPCOMVIP\\BlockDataApi\\RestApi","validate_block_names"],"sanitize_callback":{}}},"callback":["WPCOMVIP\\BlockDataApi\\RestApi","get_block_content"],"permission_callback":["WPCOMVIP\\BlockDataApi\\RestApi","permission_callback"]}
42
/wp2docs/v1
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"wp2docs\/v1"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
43
/wp2docs/v1/set-terms
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":"wp2docs_set_terms"}
44
/wp2docs/v1/rest-routes
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":"wp2docs_get_rest_routes"}
45
/wp2docs/v1/options
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":"wp2docs_get_options","permission_callback":{}}
46
/wp2docs/v1/updates
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":"wp2docs_get_updates"}
47
/wp2docs/v1/rewrite-rules
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":"wp2docs_flush_rewrite_rules"}
48
/wp2docs/v1/update-plugin
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":"wp2docs_update_plugin"}
49
/health-check/v1
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"health-check\/v1"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
50
/health-check/v1/plugin-compat
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"check_plugin_version"],"permission_callback":{}}
51
/mbb
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"mbb"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
52
/mbb/generate
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"generate"],"permission_callback":[{},"has_permission"]}
53
/mbb/theme-code-generate
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"generate"],"permission_callback":[{},"has_permission"]}
54
/mbb/field-categories
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"get_field_categories"],"permission_callback":[{},"has_permission"]}
55
/mbb/field-types
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"get_field_types"],"permission_callback":[{},"has_permission"]}
56
/mbb/settings-controls
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"get_settings_controls"],"permission_callback":[{},"has_permission"]}
57
/mbb/include-exclude
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"include_exclude"],"permission_callback":[{},"has_permission"]}
58
/mbb/show-hide
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"show_hide"],"permission_callback":[{},"has_permission"]}
59
/mbb/relationships-sides
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"get_relationships_sides"],"permission_callback":[{},"has_permission"]}
60
/mbb/relationships-generate
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"generate"],"permission_callback":[{},"has_permission"]}
61
/mbb/settings-page-controls
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"get_settings_page_controls"],"permission_callback":[{},"has_permission"]}
62
/mbb/settings-page-generate
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"generate"],"permission_callback":[{},"has_permission"]}
63
/mb-relationships/v1
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"mb-relationships\/v1"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
64
/mb-relationships/v1/(?P<relationship>[a-zA-Z0-9-_]+)/exists
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"relationship":{"description":"The ID of the relationship","required":true,"type":"string","enum":[],"validate_callback":[{},"validate_relationship_id"],"sanitize_callback":"sanitize_text_field"},"from":{"description":"The ID of \u201cfrom\u201d resource","required":true,"type":"integer","validate_callback":[{},"validate_integer"],"sanitize_callback":"absint"},"to":{"description":"The ID of \u201cto\u201d resource","required":true,"type":"integer","validate_callback":[{},"validate_integer"],"sanitize_callback":"absint"}},"callback":[{},"has_relationship"],"permission_callback":[{},"read_relationship_permission"]}
65
/mb-relationships/v1/(?P<relationship>[a-zA-Z0-9-_]+)/connected-from/(?P<from>[\d]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"relationship":{"description":"The ID of the relationship","required":true,"type":"string","enum":[],"validate_callback":[{},"validate_relationship_id"],"sanitize_callback":"sanitize_text_field"},"from":{"description":"The ID of \u201cfrom\u201d resource","required":true,"type":"integer","validate_callback":[{},"validate_integer"],"sanitize_callback":"absint"}},"callback":[{},"connected_from_relationship"],"permission_callback":[{},"read_relationship_permission"]}
66
/mb-relationships/v1/(?P<relationship>[a-zA-Z0-9-_]+)/connected-to/(?P<to>[\d]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"relationship":{"description":"The ID of the relationship","required":true,"type":"string","enum":[],"validate_callback":[{},"validate_relationship_id"],"sanitize_callback":"sanitize_text_field"},"to":{"description":"The ID of \u201cto\u201d resource","required":true,"type":"integer","validate_callback":[{},"validate_integer"],"sanitize_callback":"absint"}},"callback":[{},"connected_to_relationship"],"permission_callback":[{},"read_relationship_permission"]}
67
/mb-relationships/v1/(?P<relationship>[a-zA-Z0-9-_]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"relationship":{"description":"The ID of the relationship","required":true,"type":"string","enum":[],"validate_callback":[{},"validate_relationship_id"],"sanitize_callback":"sanitize_text_field"},"from":{"description":"The ID of \u201cfrom\u201d resource","required":true,"type":"integer","validate_callback":[{},"validate_integer"],"sanitize_callback":"absint"},"to":{"description":"The ID of \u201cto\u201d resource","required":true,"type":"integer","validate_callback":[{},"validate_integer"],"sanitize_callback":"absint"}},"callback":[{},"delete_relationship"],"permission_callback":[{},"delete_relationship_permission"]}
68
/mbv
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"mbv"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
69
/mbv/meta-boxes
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"object_type":{"sanitize_callback":"sanitize_text_field"}},"callback":[{},"get_meta_boxes"],"method":"GET","permission_callback":[{},"has_permission"]}
70
/mbv/views
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"get_views"],"method":"GET","permission_callback":[{},"has_permission"]}
71
/mbv/relationships
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"get_relationships"],"method":"GET","permission_callback":[{},"has_permission"]}
72
/mbv/location
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"mbv\/location"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
73
/mbv/location/terms
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"name":{"sanitize_callback":"sanitize_text_field"},"term":{"sanitize_callback":"sanitize_text_field"},"selected":{"sanitize_callback":"sanitize_text_field"}},"callback":[{},"get_terms"],"method":"GET","permission_callback":[{},"has_permission"]}
74
/mbv/location/posts
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"name":{"sanitize_callback":"sanitize_text_field"},"term":{"sanitize_callback":"sanitize_text_field"},"selected":{"sanitize_callback":"sanitize_text_field"}},"callback":[{},"get_posts"],"method":"GET","permission_callback":[{},"has_permission"]}
75
/wp/v2
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"wp\/v2"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
76
/wp/v2/posts
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the post unique to its type.","type":"string"},"status":{"validate_callback":[{},"check_status"],"sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"]},"password":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"A password to protect access to the content and excerpt.","type":"string"},"title":{"validate_callback":null,"sanitize_callback":null,"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"content":{"validate_callback":null,"sanitize_callback":null,"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"author":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID for the author of the post.","type":"integer"},"excerpt":{"validate_callback":null,"sanitize_callback":null,"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"featured_media":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID of the featured media for the post.","type":"integer"},"comment_status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"]},"ping_status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"]},"format":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The format for the post.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"]},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":{"footnotes":{"type":"string","description":"","default":""}}},"sticky":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not the post should be treated as sticky.","type":"boolean"},"template":{"validate_callback":[{},"check_template"],"sanitize_callback":"rest_sanitize_request_arg","description":"The theme file to use to display the post.","type":"string"},"categories":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The terms assigned to the post in the category taxonomy.","type":"array","items":{"type":"integer"}},"tags":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The terms assigned to the post in the post_tag taxonomy.","type":"array","items":{"type":"integer"}}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
77
/wp/v2/posts/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the post.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
78
/wp/v2/posts/(?P<parent>[\d]+)/revisions
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"},"page":{"description":"Current page of the collection.","type":"integer","default":1,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg","minimum":1},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg"},"search":{"description":"Limit results to those matching a string.","type":"string","sanitize_callback":"sanitize_text_field","validate_callback":"rest_validate_request_arg"},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[]},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[]},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer"},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"]},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"]}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
79
/wp/v2/posts/(?P<parent>[\d]+)/revisions/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer"},"id":{"description":"Unique identifier for the revision.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
80
/wp/v2/posts/(?P<id>[\d]+)/autosaves
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer"},"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the post unique to its type.","type":"string"},"status":{"validate_callback":[{},"check_status"],"sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"]},"password":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"A password to protect access to the content and excerpt.","type":"string"},"title":{"validate_callback":null,"sanitize_callback":null,"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"content":{"validate_callback":null,"sanitize_callback":null,"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"author":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID for the author of the post.","type":"integer"},"excerpt":{"validate_callback":null,"sanitize_callback":null,"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"featured_media":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID of the featured media for the post.","type":"integer"},"comment_status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"]},"ping_status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"]},"format":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The format for the post.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"]},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":{"footnotes":{"type":"string","description":"","default":""}}},"sticky":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not the post should be treated as sticky.","type":"boolean"},"template":{"validate_callback":[{},"check_template"],"sanitize_callback":"rest_sanitize_request_arg","description":"The theme file to use to display the post.","type":"string"},"categories":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The terms assigned to the post in the category taxonomy.","type":"array","items":{"type":"integer"}},"tags":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The terms assigned to the post in the post_tag taxonomy.","type":"array","items":{"type":"integer"}}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
81
/wp/v2/posts/(?P<parent>[\d]+)/autosaves/(?P<id>[\d]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer"},"id":{"description":"The ID for the autosave.","type":"integer"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
82
/wp/v2/pages
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the post unique to its type.","type":"string"},"status":{"validate_callback":[{},"check_status"],"sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"]},"password":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"A password to protect access to the content and excerpt.","type":"string"},"parent":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID for the parent of the post.","type":"integer"},"title":{"validate_callback":null,"sanitize_callback":null,"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"content":{"validate_callback":null,"sanitize_callback":null,"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"author":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID for the author of the post.","type":"integer"},"excerpt":{"validate_callback":null,"sanitize_callback":null,"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"featured_media":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID of the featured media for the post.","type":"integer"},"comment_status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"]},"ping_status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"]},"menu_order":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The order of the post in relation to other posts.","type":"integer"},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":{"footnotes":{"type":"string","description":"","default":""}}},"template":{"validate_callback":[{},"check_template"],"sanitize_callback":"rest_sanitize_request_arg","description":"The theme file to use to display the post.","type":"string"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
83
/wp/v2/pages/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the post.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
84
/wp/v2/pages/(?P<parent>[\d]+)/revisions
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"},"page":{"description":"Current page of the collection.","type":"integer","default":1,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg","minimum":1},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg"},"search":{"description":"Limit results to those matching a string.","type":"string","sanitize_callback":"sanitize_text_field","validate_callback":"rest_validate_request_arg"},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[]},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[]},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer"},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"]},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"]}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
85
/wp/v2/pages/(?P<parent>[\d]+)/revisions/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer"},"id":{"description":"Unique identifier for the revision.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
86
/wp/v2/pages/(?P<id>[\d]+)/autosaves
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID for the parent of the post.","type":"integer"},"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the post unique to its type.","type":"string"},"status":{"validate_callback":[{},"check_status"],"sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"]},"password":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"A password to protect access to the content and excerpt.","type":"string"},"title":{"validate_callback":null,"sanitize_callback":null,"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"content":{"validate_callback":null,"sanitize_callback":null,"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"author":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID for the author of the post.","type":"integer"},"excerpt":{"validate_callback":null,"sanitize_callback":null,"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"featured_media":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID of the featured media for the post.","type":"integer"},"comment_status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"]},"ping_status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"]},"menu_order":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The order of the post in relation to other posts.","type":"integer"},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":{"footnotes":{"type":"string","description":"","default":""}}},"template":{"validate_callback":[{},"check_template"],"sanitize_callback":"rest_sanitize_request_arg","description":"The theme file to use to display the post.","type":"string"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
87
/wp/v2/pages/(?P<parent>[\d]+)/autosaves/(?P<id>[\d]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer"},"id":{"description":"The ID for the autosave.","type":"integer"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
88
/wp/v2/media
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the post unique to its type.","type":"string"},"status":{"validate_callback":[{},"check_status"],"sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"]},"title":{"validate_callback":null,"sanitize_callback":null,"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"author":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID for the author of the post.","type":"integer"},"comment_status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"]},"ping_status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"]},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":[]},"template":{"validate_callback":[{},"check_template"],"sanitize_callback":"rest_sanitize_request_arg","description":"The theme file to use to display the post.","type":"string"},"alt_text":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","description":"Alternative text to display when attachment is not displayed.","type":"string"},"caption":{"validate_callback":null,"sanitize_callback":null,"description":"The attachment caption.","type":"object","properties":{"raw":{"description":"Caption for the attachment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML caption for the attachment, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"description":{"validate_callback":null,"sanitize_callback":null,"description":"The attachment description.","type":"object","properties":{"raw":{"description":"Description for the attachment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML description for the attachment, transformed for display.","type":"string","context":["view","edit"],"readonly":true}}},"post":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID for the associated post of the attachment.","type":"integer"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
89
/wp/v2/media/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the post.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
90
/wp/v2/media/(?P<id>[\d]+)/post-process
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the attachment.","type":"integer"},"action":{"type":"string","enum":["create-image-subsizes"],"required":true}},"callback":[{},"post_process_item"],"permission_callback":[{},"post_process_item_permissions_check"]}
91
/wp/v2/media/(?P<id>[\d]+)/edit
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"src":{"description":"URL to the edited image file.","type":"string","format":"uri","required":true},"modifiers":{"description":"Array of image edits.","type":"array","minItems":1,"items":{"description":"Image edit.","type":"object","required":["type","args"],"oneOf":[{"title":"Rotation","properties":{"type":{"description":"Rotation type.","type":"string","enum":["rotate"]},"args":{"description":"Rotation arguments.","type":"object","required":["angle"],"properties":{"angle":{"description":"Angle to rotate clockwise in degrees.","type":"number"}}}}},{"title":"Crop","properties":{"type":{"description":"Crop type.","type":"string","enum":["crop"]},"args":{"description":"Crop arguments.","type":"object","required":["left","top","width","height"],"properties":{"left":{"description":"Horizontal position from the left to begin the crop as a percentage of the image width.","type":"number"},"top":{"description":"Vertical position from the top to begin the crop as a percentage of the image height.","type":"number"},"width":{"description":"Width of the crop as a percentage of the image width.","type":"number"},"height":{"description":"Height of the crop as a percentage of the image height.","type":"number"}}}}}]}},"rotation":{"description":"The amount to rotate the image clockwise in degrees. DEPRECATED: Use `modifiers` instead.","type":"integer","minimum":0,"exclusiveMinimum":true,"maximum":360,"exclusiveMaximum":true},"x":{"description":"As a percentage of the image, the x position to start the crop from. DEPRECATED: Use `modifiers` instead.","type":"number","minimum":0,"maximum":100},"y":{"description":"As a percentage of the image, the y position to start the crop from. DEPRECATED: Use `modifiers` instead.","type":"number","minimum":0,"maximum":100},"width":{"description":"As a percentage of the image, the width to crop the image to. DEPRECATED: Use `modifiers` instead.","type":"number","minimum":0,"maximum":100},"height":{"description":"As a percentage of the image, the height to crop the image to. DEPRECATED: Use `modifiers` instead.","type":"number","minimum":0,"maximum":100}},"callback":[{},"edit_media_item"],"permission_callback":[{},"edit_media_item_permissions_check"]}
92
/wp/v2/menu-items
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"title":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The title for the object.","type":["string","object"],"properties":{"raw":{"description":"Title for the object, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the object, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"type":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":"custom","description":"The family of objects originally represented, such as \"post_type\" or \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"]},"status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":"publish","description":"A named status for the object.","type":"string","enum":["publish","future","draft","pending","private"]},"parent":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":0,"description":"The ID for the parent of the object.","type":"integer","minimum":0},"attr_title":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","description":"Text for the title attribute of the link element for this menu item.","type":"string"},"classes":{"validate_callback":"rest_validate_request_arg","sanitize_callback":{},"description":"Class names for the link element of this menu item.","type":"array","items":{"type":"string"}},"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","description":"The description of this menu item.","type":"string"},"menu_order":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":1,"description":"The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.","type":"integer","minimum":1},"object":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_key","description":"The type of object originally represented, such as \"category\", \"post\", or \"attachment\".","type":"string"},"object_id":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":0,"description":"The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.","type":"integer","minimum":0},"target":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The target attribute of the link element for this menu item.","type":"string","enum":["_blank",""]},"url":{"validate_callback":{},"sanitize_callback":"rest_sanitize_request_arg","description":"The URL to which this menu item points.","type":"string","format":"uri"},"xfn":{"validate_callback":"rest_validate_request_arg","sanitize_callback":{},"description":"The XFN relationship expressed in the link of this menu item.","type":"array","items":{"type":"string"}},"menus":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The terms assigned to the object in the nav_menu taxonomy.","type":"integer"},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":[]}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
93
/wp/v2/menu-items/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the post.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
94
/wp/v2/menu-items/(?P<id>[\d]+)/autosaves
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID for the parent of the object.","type":"integer","minimum":0},"title":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The title for the object.","type":["string","object"],"properties":{"raw":{"description":"Title for the object, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the object, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"type":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The family of objects originally represented, such as \"post_type\" or \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"]},"status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the object.","type":"string","enum":["publish","future","draft","pending","private"]},"attr_title":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","description":"Text for the title attribute of the link element for this menu item.","type":"string"},"classes":{"validate_callback":"rest_validate_request_arg","sanitize_callback":{},"description":"Class names for the link element of this menu item.","type":"array","items":{"type":"string"}},"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","description":"The description of this menu item.","type":"string"},"menu_order":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.","type":"integer","minimum":1},"object":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_key","description":"The type of object originally represented, such as \"category\", \"post\", or \"attachment\".","type":"string"},"object_id":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.","type":"integer","minimum":0},"target":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The target attribute of the link element for this menu item.","type":"string","enum":["_blank",""]},"url":{"validate_callback":{},"sanitize_callback":"rest_sanitize_request_arg","description":"The URL to which this menu item points.","type":"string","format":"uri"},"xfn":{"validate_callback":"rest_validate_request_arg","sanitize_callback":{},"description":"The XFN relationship expressed in the link of this menu item.","type":"array","items":{"type":"string"}},"menus":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The terms assigned to the object in the nav_menu taxonomy.","type":"integer"},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":[]}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
95
/wp/v2/menu-items/(?P<parent>[\d]+)/autosaves/(?P<id>[\d]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer"},"id":{"description":"The ID for the autosave.","type":"integer"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
96
/wp/v2/blocks
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the post unique to its type.","type":"string"},"status":{"validate_callback":[{},"check_status"],"sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"]},"password":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"A password to protect access to the content and excerpt.","type":"string"},"title":{"validate_callback":null,"sanitize_callback":null,"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["view","edit"]}}},"content":{"validate_callback":null,"sanitize_callback":null,"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":{"wp_pattern_sync_status":{"type":"string","description":"","default":"","enum":["partial","unsynced"]}}},"template":{"validate_callback":[{},"check_template"],"sanitize_callback":"rest_sanitize_request_arg","description":"The theme file to use to display the post.","type":"string"},"wp_pattern_category":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The terms assigned to the post in the wp_pattern_category taxonomy.","type":"array","items":{"type":"integer"}}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
97
/wp/v2/blocks/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the post.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
98
/wp/v2/blocks/(?P<parent>[\d]+)/revisions
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"},"page":{"description":"Current page of the collection.","type":"integer","default":1,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg","minimum":1},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg"},"search":{"description":"Limit results to those matching a string.","type":"string","sanitize_callback":"sanitize_text_field","validate_callback":"rest_validate_request_arg"},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[]},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[]},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer"},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"]},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"]}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
99
/wp/v2/blocks/(?P<parent>[\d]+)/revisions/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer"},"id":{"description":"Unique identifier for the revision.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
100
/wp/v2/blocks/(?P<id>[\d]+)/autosaves
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer"},"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the post unique to its type.","type":"string"},"status":{"validate_callback":[{},"check_status"],"sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"]},"password":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"A password to protect access to the content and excerpt.","type":"string"},"title":{"validate_callback":null,"sanitize_callback":null,"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["view","edit"]}}},"content":{"validate_callback":null,"sanitize_callback":null,"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":{"wp_pattern_sync_status":{"type":"string","description":"","default":"","enum":["partial","unsynced"]}}},"template":{"validate_callback":[{},"check_template"],"sanitize_callback":"rest_sanitize_request_arg","description":"The theme file to use to display the post.","type":"string"},"wp_pattern_category":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The terms assigned to the post in the wp_pattern_category taxonomy.","type":"array","items":{"type":"integer"}}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
101
/wp/v2/blocks/(?P<parent>[\d]+)/autosaves/(?P<id>[\d]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer"},"id":{"description":"The ID for the autosave.","type":"integer"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
102
/wp/v2/templates/(?P<parent>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/revisions
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The id of a template","type":"string","sanitize_callback":[{},"_sanitize_template_id"]},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"},"page":{"description":"Current page of the collection.","type":"integer","default":1,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg","minimum":1},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg"},"search":{"description":"Limit results to those matching a string.","type":"string","sanitize_callback":"sanitize_text_field","validate_callback":"rest_validate_request_arg"},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[]},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[]},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer"},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"]},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"]}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
103
/wp/v2/templates/(?P<parent>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/revisions/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The id of a template","type":"string","sanitize_callback":[{},"_sanitize_template_id"]},"id":{"description":"Unique identifier for the revision.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
104
/wp/v2/templates/(?P<id>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/autosaves
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"The id of a template","type":"string","sanitize_callback":[{},"_sanitize_template_id"]},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Unique slug identifying the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+"},"theme":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Theme identifier for the template.","type":"string"},"type":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Type of template.","type":"string"},"content":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}}},"title":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Description of template.","type":"string"},"status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private"]},"author":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID for the author of the template.","type":"integer"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
105
/wp/v2/templates/(?P<parent>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/autosaves/(?P<id>[\d]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The id of a template","type":"string","sanitize_callback":[{},"_sanitize_template_id"]},"id":{"description":"The ID for the autosave.","type":"integer"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
106
/wp/v2/templates
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","required":true,"description":"Unique slug identifying the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+"},"theme":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Theme identifier for the template.","type":"string"},"type":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Type of template.","type":"string"},"content":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":"","description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}}},"title":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":"","description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":"","description":"Description of template.","type":"string"},"status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":"publish","description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private"]},"author":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID for the author of the template.","type":"integer"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
107
/wp/v2/templates/lookup
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"slug":{"description":"The slug of the template to get the fallback for","type":"string","required":true},"is_custom":{"description":"Indicates if a template is custom or part of the template hierarchy","type":"boolean"},"template_prefix":{"description":"The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`","type":"string"}},"callback":[{},"get_template_fallback"],"permission_callback":[{},"get_item_permissions_check"]}
108
/wp/v2/templates/(?P<id>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"The id of a template","type":"string","sanitize_callback":[{},"_sanitize_template_id"]},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
109
/wp/v2/template-parts/(?P<parent>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/revisions
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The id of a template","type":"string","sanitize_callback":[{},"_sanitize_template_id"]},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"},"page":{"description":"Current page of the collection.","type":"integer","default":1,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg","minimum":1},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg"},"search":{"description":"Limit results to those matching a string.","type":"string","sanitize_callback":"sanitize_text_field","validate_callback":"rest_validate_request_arg"},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[]},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[]},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer"},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"]},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"]}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
110
/wp/v2/template-parts/(?P<parent>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/revisions/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The id of a template","type":"string","sanitize_callback":[{},"_sanitize_template_id"]},"id":{"description":"Unique identifier for the revision.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
111
/wp/v2/template-parts/(?P<id>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/autosaves
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"The id of a template","type":"string","sanitize_callback":[{},"_sanitize_template_id"]},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Unique slug identifying the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+"},"theme":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Theme identifier for the template.","type":"string"},"type":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Type of template.","type":"string"},"content":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}}},"title":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Description of template.","type":"string"},"status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private"]},"author":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID for the author of the template.","type":"integer"},"area":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Where the template part is intended for use (header, footer, etc.)","type":"string"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
112
/wp/v2/template-parts/(?P<parent>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)/autosaves/(?P<id>[\d]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The id of a template","type":"string","sanitize_callback":[{},"_sanitize_template_id"]},"id":{"description":"The ID for the autosave.","type":"integer"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
113
/wp/v2/template-parts
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","required":true,"description":"Unique slug identifying the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+"},"theme":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Theme identifier for the template.","type":"string"},"type":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Type of template.","type":"string"},"content":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":"","description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}}},"title":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":"","description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":"","description":"Description of template.","type":"string"},"status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":"publish","description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private"]},"author":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID for the author of the template.","type":"integer"},"area":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Where the template part is intended for use (header, footer, etc.)","type":"string"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
114
/wp/v2/template-parts/lookup
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"slug":{"description":"The slug of the template to get the fallback for","type":"string","required":true},"is_custom":{"description":"Indicates if a template is custom or part of the template hierarchy","type":"boolean"},"template_prefix":{"description":"The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`","type":"string"}},"callback":[{},"get_template_fallback"],"permission_callback":[{},"get_item_permissions_check"]}
115
/wp/v2/template-parts/(?P<id>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"The id of a template","type":"string","sanitize_callback":[{},"_sanitize_template_id"]},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
116
/wp/v2/navigation
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the post unique to its type.","type":"string"},"status":{"validate_callback":[{},"check_status"],"sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"]},"password":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"A password to protect access to the content and excerpt.","type":"string"},"title":{"validate_callback":null,"sanitize_callback":null,"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"content":{"validate_callback":null,"sanitize_callback":null,"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"template":{"validate_callback":[{},"check_template"],"sanitize_callback":"rest_sanitize_request_arg","description":"The theme file to use to display the post.","type":"string"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
117
/wp/v2/navigation/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the post.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
118
/wp/v2/navigation/(?P<parent>[\d]+)/revisions
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"},"page":{"description":"Current page of the collection.","type":"integer","default":1,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg","minimum":1},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg"},"search":{"description":"Limit results to those matching a string.","type":"string","sanitize_callback":"sanitize_text_field","validate_callback":"rest_validate_request_arg"},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[]},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[]},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer"},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"]},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"]}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
119
/wp/v2/navigation/(?P<parent>[\d]+)/revisions/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer"},"id":{"description":"Unique identifier for the revision.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
120
/wp/v2/navigation/(?P<id>[\d]+)/autosaves
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer"},"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the post unique to its type.","type":"string"},"status":{"validate_callback":[{},"check_status"],"sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"]},"password":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"A password to protect access to the content and excerpt.","type":"string"},"title":{"validate_callback":null,"sanitize_callback":null,"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"content":{"validate_callback":null,"sanitize_callback":null,"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"template":{"validate_callback":[{},"check_template"],"sanitize_callback":"rest_sanitize_request_arg","description":"The theme file to use to display the post.","type":"string"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
121
/wp/v2/navigation/(?P<parent>[\d]+)/autosaves/(?P<id>[\d]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer"},"id":{"description":"The ID for the autosave.","type":"integer"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
122
/wp/v2/w2d-credits
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the post unique to its type.","type":"string"},"status":{"validate_callback":[{},"check_status"],"sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"]},"password":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"A password to protect access to the content and excerpt.","type":"string"},"title":{"validate_callback":null,"sanitize_callback":null,"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"excerpt":{"validate_callback":null,"sanitize_callback":null,"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"featured_media":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID of the featured media for the post.","type":"integer"},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":{"w2d-credit_attribution_text":{"type":"string","description":"","default":""},"w2d-credit_attribution_url":{"type":"string","description":"","default":""}}},"template":{"validate_callback":[{},"check_template"],"sanitize_callback":"rest_sanitize_request_arg","description":"The theme file to use to display the post.","type":"string"},"w2d-credit-label":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The terms assigned to the post in the w2d-credit-label taxonomy.","type":"array","items":{"type":"integer"}},"w2d-credit-collections":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The terms assigned to the post in the w2d-credit-collection taxonomy.","type":"array","items":{"type":"integer"}}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
123
/wp/v2/w2d-credits/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the post.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
124
/wp/v2/w2d-credits/(?P<id>[\d]+)/autosaves
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer"},"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the post unique to its type.","type":"string"},"status":{"validate_callback":[{},"check_status"],"sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"]},"password":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"A password to protect access to the content and excerpt.","type":"string"},"title":{"validate_callback":null,"sanitize_callback":null,"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"excerpt":{"validate_callback":null,"sanitize_callback":null,"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"featured_media":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID of the featured media for the post.","type":"integer"},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":{"w2d-credit_attribution_text":{"type":"string","description":"","default":""},"w2d-credit_attribution_url":{"type":"string","description":"","default":""}}},"template":{"validate_callback":[{},"check_template"],"sanitize_callback":"rest_sanitize_request_arg","description":"The theme file to use to display the post.","type":"string"},"w2d-credit-label":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The terms assigned to the post in the w2d-credit-label taxonomy.","type":"array","items":{"type":"integer"}},"w2d-credit-collections":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The terms assigned to the post in the w2d-credit-collection taxonomy.","type":"array","items":{"type":"integer"}}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
125
/wp/v2/w2d-credits/(?P<parent>[\d]+)/autosaves/(?P<id>[\d]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer"},"id":{"description":"The ID for the autosave.","type":"integer"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
126
/wp/v2/w2d-team-members
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the post unique to its type.","type":"string"},"status":{"validate_callback":[{},"check_status"],"sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"]},"password":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"A password to protect access to the content and excerpt.","type":"string"},"title":{"validate_callback":null,"sanitize_callback":null,"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"excerpt":{"validate_callback":null,"sanitize_callback":null,"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"featured_media":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID of the featured media for the post.","type":"integer"},"template":{"validate_callback":[{},"check_template"],"sanitize_callback":"rest_sanitize_request_arg","description":"The theme file to use to display the post.","type":"string"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
127
/wp/v2/w2d-team-members/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the post.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
128
/wp/v2/w2d-team-members/(?P<id>[\d]+)/autosaves
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer"},"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the post unique to its type.","type":"string"},"status":{"validate_callback":[{},"check_status"],"sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"]},"password":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"A password to protect access to the content and excerpt.","type":"string"},"title":{"validate_callback":null,"sanitize_callback":null,"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"excerpt":{"validate_callback":null,"sanitize_callback":null,"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"featured_media":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID of the featured media for the post.","type":"integer"},"template":{"validate_callback":[{},"check_template"],"sanitize_callback":"rest_sanitize_request_arg","description":"The theme file to use to display the post.","type":"string"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
129
/wp/v2/w2d-team-members/(?P<parent>[\d]+)/autosaves/(?P<id>[\d]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer"},"id":{"description":"The ID for the autosave.","type":"integer"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
130
/wp/v2/types
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
131
/wp/v2/types/(?P<type>[\w-]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"type":{"description":"An alphanumeric identifier for the post type.","type":"string"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":"__return_true"}
132
/wp/v2/statuses
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
133
/wp/v2/statuses/(?P<status>[\w-]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"status":{"description":"An alphanumeric identifier for the status.","type":"string"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
134
/wp/v2/taxonomies
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"},"type":{"description":"Limit results to taxonomies associated with a specific post type.","type":"string"}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
135
/wp/v2/taxonomies/(?P<taxonomy>[\w-]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"taxonomy":{"description":"An alphanumeric identifier for the taxonomy.","type":"string"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
136
/wp/v2/categories
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"HTML description of the term.","type":"string"},"name":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","required":true,"description":"HTML title for the term.","type":"string"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the term unique to its type.","type":"string"},"parent":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The parent term ID.","type":"integer"},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":[]}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
137
/wp/v2/categories/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the term.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Required to be true, as terms do not support trashing."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
138
/wp/v2/tags
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"HTML description of the term.","type":"string"},"name":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","required":true,"description":"HTML title for the term.","type":"string"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the term unique to its type.","type":"string"},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":[]}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
139
/wp/v2/tags/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the term.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Required to be true, as terms do not support trashing."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
140
/wp/v2/menus
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"HTML description of the term.","type":"string"},"name":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","required":true,"description":"HTML title for the term.","type":"string"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the term unique to its type.","type":"string"},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":[]},"locations":{"validate_callback":{},"sanitize_callback":"rest_sanitize_request_arg","description":"The locations assigned to the menu.","type":"array","items":{"type":"string"}},"auto_add":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether to automatically add top level pages to this menu.","type":"boolean"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
141
/wp/v2/menus/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the term.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Required to be true, as terms do not support trashing."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
142
/wp/v2/wp_pattern_category
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"HTML description of the term.","type":"string"},"name":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","required":true,"description":"HTML title for the term.","type":"string"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the term unique to its type.","type":"string"},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":[]}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
143
/wp/v2/wp_pattern_category/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the term.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Required to be true, as terms do not support trashing."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
144
/wp/v2/w2d-credit-label
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"HTML description of the term.","type":"string"},"name":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","required":true,"description":"HTML title for the term.","type":"string"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the term unique to its type.","type":"string"},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":[]}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
145
/wp/v2/w2d-credit-label/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the term.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Required to be true, as terms do not support trashing."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
146
/wp/v2/w2d-credit-collections
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"HTML description of the term.","type":"string"},"name":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","required":true,"description":"HTML title for the term.","type":"string"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the term unique to its type.","type":"string"},"parent":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The parent term ID.","type":"integer"},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":[]}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
147
/wp/v2/w2d-credit-collections/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the term.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Required to be true, as terms do not support trashing."}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
148
/wp/v2/users
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"username":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"check_username"],"required":true,"description":"Login name for the user.","type":"string"},"name":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","description":"Display name for the user.","type":"string"},"first_name":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","description":"First name for the user.","type":"string"},"last_name":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","description":"Last name for the user.","type":"string"},"email":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","required":true,"description":"The email address for the user.","type":"string","format":"email"},"url":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"URL of the user.","type":"string","format":"uri"},"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Description of the user.","type":"string"},"locale":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Locale for the user.","type":"string","enum":["","en_US"]},"nickname":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","description":"The nickname for the user.","type":"string"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the user.","type":"string"},"roles":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Roles assigned to the user.","type":"array","items":{"type":"string"}},"password":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"check_user_password"],"required":true,"description":"Password for the user (never included).","type":"string"},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":{"persisted_preferences":{"type":"object","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"The date and time the preferences were updated.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true}}}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
149
/wp/v2/users/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the user.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Required to be true, as users do not support trashing."},"reassign":{"type":"integer","description":"Reassign the deleted user's posts and links to this user ID.","required":true,"sanitize_callback":[{},"check_reassign"]}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
150
/wp/v2/users/me
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"force":{"type":"boolean","default":false,"description":"Required to be true, as users do not support trashing."},"reassign":{"type":"integer","description":"Reassign the deleted user's posts and links to this user ID.","required":true,"sanitize_callback":[{},"check_reassign"]}},"callback":[{},"delete_current_item"],"permission_callback":[{},"delete_current_item_permissions_check"]}
151
/wp/v2/users/(?P<user_id>(?:[\d]+|me))/application-passwords
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"delete_items"],"permission_callback":[{},"delete_items_permissions_check"]}
152
/wp/v2/users/(?P<user_id>(?:[\d]+|me))/application-passwords/introspect
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_current_item"],"permission_callback":[{},"get_current_item_permissions_check"]}
153
/wp/v2/users/(?P<user_id>(?:[\d]+|me))/application-passwords/(?P<uuid>[\w\-]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
154
/wp/v2/comments
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"author":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID of the user object, if author was a user.","type":"integer"},"author_email":{"validate_callback":null,"sanitize_callback":[{},"check_comment_author_email"],"description":"Email address for the comment author.","type":"string","format":"email"},"author_ip":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"IP address for the comment author.","type":"string","format":"ip"},"author_name":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","description":"Display name for the comment author.","type":"string"},"author_url":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"URL for the comment author.","type":"string","format":"uri"},"author_user_agent":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_text_field","description":"User agent for the comment author.","type":"string"},"content":{"validate_callback":null,"sanitize_callback":null,"description":"The content for the comment.","type":"object","properties":{"raw":{"description":"Content for the comment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the comment, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the comment was published, in the site's timezone.","type":"string","format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the comment was published, as GMT.","type":"string","format":"date-time"},"parent":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":0,"description":"The ID for the parent of the comment.","type":"integer"},"post":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":0,"description":"The ID of the associated post object.","type":"integer"},"status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"sanitize_key","description":"State of the comment.","type":"string"},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":[]}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
155
/wp/v2/comments/(?P<id>[\d]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"Unique identifier for the comment.","type":"integer"},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion."},"password":{"description":"The password for the parent post of the comment (if the post is password protected).","type":"string"}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
156
/wp/v2/search
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed"],"default":"view"},"page":{"description":"Current page of the collection.","type":"integer","default":1,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg","minimum":1},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg"},"search":{"description":"Limit results to those matching a string.","type":"string","sanitize_callback":"sanitize_text_field","validate_callback":"rest_validate_request_arg"},"type":{"default":"post","description":"Limit results to items of an object type.","type":"string","enum":["post","term","post-format"]},"subtype":{"default":"any","description":"Limit results to items of one or more object subtypes.","type":"array","items":{"enum":["post","page","w2d-credit","category","post_tag","w2d-credit-label","w2d-credit-collection","any"],"type":"string"},"sanitize_callback":[{},"sanitize_subtypes"]},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[]},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[]}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permission_check"]}
157
/wp/v2/block-renderer/(?P<name>[a-z0-9-]+/[a-z0-9-]+)
{"methods":{"GET":true,"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"name":{"description":"Unique registered name for the block.","type":"string"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["edit"],"default":"view"},"attributes":{"description":"Attributes for the block.","type":"object","default":[],"validate_callback":{},"sanitize_callback":{}},"post_id":{"description":"ID of the post context.","type":"integer"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
158
/wp/v2/block-types
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"},"namespace":{"description":"Block namespace.","type":"string"}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
159
/wp/v2/block-types/(?P<namespace>[a-zA-Z0-9_-]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"},"namespace":{"description":"Block namespace.","type":"string"}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
160
/wp/v2/block-types/(?P<namespace>[a-zA-Z0-9_-]+)/(?P<name>[a-zA-Z0-9_-]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"name":{"description":"Block name.","type":"string"},"namespace":{"description":"Block namespace.","type":"string"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
161
/wp/v2/global-styles/(?P<parent>[\d]+)/revisions
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"},"page":{"description":"Current page of the collection.","type":"integer","default":1,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg","minimum":1},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg"},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer"}},"callback":[{},"get_items"],"permission_callback":[{},"get_item_permissions_check"]}
162
/wp/v2/global-styles/themes/(?P<stylesheet>[\/\s%\w\.\(\)\[\]\@_\-]+)/variations
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"stylesheet":{"description":"The theme identifier","type":"string"}},"callback":[{},"get_theme_items"],"permission_callback":[{},"get_theme_items_permissions_check"]}
163
/wp/v2/global-styles/themes/(?P<stylesheet>[^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"stylesheet":{"description":"The theme identifier","type":"string","sanitize_callback":[{},"_sanitize_global_styles_callback"]}},"callback":[{},"get_theme_item"],"permission_callback":[{},"get_theme_item_permissions_check"]}
164
/wp/v2/global-styles/(?P<id>[\/\w-]+)
{"methods":{"POST":true,"PUT":true,"PATCH":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"styles":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Global styles.","type":["object"]},"settings":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Global settings.","type":["object"]},"title":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Title of the global styles variation.","type":["object","string"],"properties":{"raw":{"description":"Title for the global styles variation, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}}},"callback":[{},"update_item"],"permission_callback":[{},"update_item_permissions_check"]}
165
/wp/v2/settings
{"methods":{"POST":true,"PUT":true,"PATCH":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"title":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"Site title.","type":"string"},"description":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"Site tagline.","type":"string"},"url":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"Site URL.","type":"string","format":"uri"},"email":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"This address is used for admin purposes, like new user notification.","type":"string","format":"email"},"timezone":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"A city in the same timezone as you.","type":"string"},"date_format":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"A date format for all date strings.","type":"string"},"time_format":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"A time format for all time strings.","type":"string"},"start_of_week":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"A day number of the week that the week should start on.","type":"integer"},"language":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"WordPress locale code.","type":"string"},"use_smilies":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"Convert emoticons like :-) and :-P to graphics on display.","type":"boolean"},"default_category":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"Default post category.","type":"integer"},"default_post_format":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"Default post format.","type":"string"},"posts_per_page":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"Blog pages show at most.","type":"integer"},"show_on_front":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"What to show on the front page","type":"string"},"page_on_front":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"The ID of the page that should be displayed on the front page","type":"integer"},"page_for_posts":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"The ID of the page that should display the latest posts","type":"integer"},"default_ping_status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.","type":"string","enum":["open","closed"]},"default_comment_status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"Allow people to submit comments on new posts.","type":"string","enum":["open","closed"]},"site_logo":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"Site logo.","type":"integer"},"site_icon":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_callback"],"description":"Site icon.","type":"integer"}},"callback":[{},"update_item"],"permission_callback":[{},"get_item_permissions_check"]}
166
/wp/v2/themes
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"status":{"description":"Limit result set to themes assigned one or more statuses.","type":"array","items":{"enum":["active","inactive"],"type":"string"}}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
167
/wp/v2/themes/(?P<stylesheet>[^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"stylesheet":{"description":"The theme's stylesheet. This uniquely identifies the theme.","type":"string","sanitize_callback":[{},"_sanitize_stylesheet_callback"]}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
168
/wp/v2/plugins
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"slug":{"type":"string","required":true,"description":"WordPress.org plugin directory slug.","pattern":"[\\w\\-]+"},"status":{"description":"The plugin activation status.","type":"string","enum":["inactive","active"],"default":"inactive"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
169
/wp/v2/plugins/(?P<plugin>[^.\/]+(?:\/[^.\/]+)?)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"},"plugin":{"type":"string","pattern":"[^.\\\/]+(?:\\\/[^.\\\/]+)?","validate_callback":[{},"validate_plugin_param"],"sanitize_callback":[{},"sanitize_plugin_param"]}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
170
/wp/v2/sidebars
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
171
/wp/v2/sidebars/(?P<id>[\w-]+)
{"methods":{"POST":true,"PUT":true,"PATCH":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"widgets":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Nested widgets.","type":"array","items":{"type":["object","string"]}}},"callback":[{},"update_item"],"permission_callback":[{},"update_item_permissions_check"]}
172
/wp/v2/widget-types
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
173
/wp/v2/widget-types/(?P<id>[a-zA-Z0-9_-]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"The widget type id.","type":"string"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
174
/wp/v2/widget-types/(?P<id>[a-zA-Z0-9_-]+)/encode
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"The widget type id.","type":"string","required":true},"instance":{"description":"Current instance settings of the widget.","type":"object"},"form_data":{"description":"Serialized widget form data to encode into instance settings.","type":"string","sanitize_callback":{}}},"callback":[{},"encode_form_data"],"permission_callback":[{},"get_item_permissions_check"]}
175
/wp/v2/widget-types/(?P<id>[a-zA-Z0-9_-]+)/render
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"description":"The widget type id.","type":"string","required":true},"instance":{"description":"Current instance settings of the widget.","type":"object"}},"callback":[{},"render"],"permission_callback":[{},"get_item_permissions_check"]}
176
/wp/v2/widgets
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"id":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Unique identifier for the widget.","type":"string"},"id_base":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The type of the widget. Corresponds to ID in widget-types endpoint.","type":"string"},"sidebar":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","default":"wp_inactive_widgets","required":true,"description":"The sidebar the widget belongs to.","type":"string"},"instance":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Instance settings of the widget, if supported.","type":"object","properties":{"encoded":{"description":"Base64 encoded representation of the instance settings.","type":"string","context":["edit"]},"hash":{"description":"Cryptographic hash of the instance settings.","type":"string","context":["edit"]},"raw":{"description":"Unencoded instance settings, if supported.","type":"object","context":["edit"]}}},"form_data":{"validate_callback":"rest_validate_request_arg","sanitize_callback":{},"description":"URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only.","type":"string"}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}
177
/wp/v2/widgets/(?P<id>[\w\-]+)
{"methods":{"DELETE":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"force":{"description":"Whether to force removal of the widget, or move it to the inactive sidebar.","type":"boolean"}},"callback":[{},"delete_item"],"permission_callback":[{},"delete_item_permissions_check"]}
178
/wp/v2/block-directory/search
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view"],"default":"view"},"page":{"description":"Current page of the collection.","type":"integer","default":1,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg","minimum":1},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg"},"term":{"description":"Limit result set to blocks matching the search term.","type":"string","required":true,"minLength":1}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
179
/wp/v2/pattern-directory/patterns
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"},"page":{"description":"Current page of the collection.","type":"integer","default":1,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg","minimum":1},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":100,"minimum":1,"maximum":100,"sanitize_callback":"absint","validate_callback":"rest_validate_request_arg"},"search":{"description":"Limit results to those matching a string.","type":"string","sanitize_callback":"sanitize_text_field","validate_callback":"rest_validate_request_arg","minLength":1},"category":{"description":"Limit results to those matching a category ID.","type":"integer","minimum":1},"keyword":{"description":"Limit results to those matching a keyword ID.","type":"integer","minimum":1},"slug":{"description":"Limit results to those matching a pattern (slug).","type":"array"},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer"},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"]},"orderby":{"description":"Sort collection by post attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","favorite_count"]}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
180
/wp/v2/block-patterns/patterns
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
181
/wp/v2/block-patterns/categories
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
182
/wp-site-health/v1
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"wp-site-health\/v1"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
183
/wp-site-health/v1/tests/background-updates
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"test_background_updates"],"permission_callback":{}}
184
/wp-site-health/v1/tests/loopback-requests
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"test_loopback_requests"],"permission_callback":{}}
185
/wp-site-health/v1/tests/https-status
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"test_https_status"],"permission_callback":{}}
186
/wp-site-health/v1/tests/dotorg-communication
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"test_dotorg_communication"],"permission_callback":{}}
187
/wp-site-health/v1/tests/authorization-header
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"test_authorization_header"],"permission_callback":{}}
188
/wp-site-health/v1/directory-sizes
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"get_directory_sizes"],"permission_callback":{}}
189
/wp-site-health/v1/tests/page-cache
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"test_page_cache"],"permission_callback":{}}
190
/wp-block-editor/v1
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"namespace":{"default":"wp-block-editor\/v1"},"context":{"default":"view"}},"callback":[{},"get_namespace_index"]}
191
/wp-block-editor/v1/url-details
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"url":{"required":true,"description":"The URL to process.","validate_callback":"wp_http_validate_url","sanitize_callback":"sanitize_url","type":"string","format":"uri"}},"callback":[{},"parse_url_details"],"permission_callback":[{},"permissions_check"],"schema":[{},"get_public_item_schema"]}
192
/wp/v2/menu-locations
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_items"],"permission_callback":[{},"get_items_permissions_check"]}
193
/wp/v2/menu-locations/(?P<location>[\w-]+)
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"location":{"description":"An alphanumeric identifier for the menu location.","type":"string"},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","sanitize_callback":"sanitize_key","validate_callback":"rest_validate_request_arg","enum":["view","embed","edit"],"default":"view"}},"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
194
/wp-block-editor/v1/export
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"export"],"permission_callback":[{},"permissions_check"]}
195
/wp-block-editor/v1/navigation-fallback
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":[{},"get_item"],"permission_callback":[{},"get_item_permissions_check"]}
196
/wp2docs/v1/tables
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":"wp2docs_get_tables"}
197
/wp2docs/v1/table-columns
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":"wp2docs_get_table_columns"}
198
/wp2docs/v1/user-capabilities
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":"wp2docs_get_user_capabilities"}
199
/wp2docs/v1/user-roles
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":"wp2docs_get_user_roles"}
200
/wp2docs/v1/admin-menu-items
{"methods":{"GET":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":"wp2docs_get_admin_menu_items"}
201
/wp2docs/v1/create-user-password
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":"wp2docs_create_user_password"}
202
/wp2docs/v1/deactivate-plugin
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":"wp2docs_deactivate_plugin"}
203
/wp2docs/v1/images
{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":[],"callback":"wp2docs_upload_image","permission_callback":{}}
There are no rows in this table

Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.