Opened 2 years ago
Last modified 19 months ago
#53063 assigned enhancement
Add batch support to core REST resources
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 5.6 |
Component: | REST API | Keywords: | has-patch has-unit-tests |
Focuses: | rest-api | Cc: |
Description
#50244 introduced batch operation functionality to the WordPress REST API, but it remains disabled in WordPress' core endpoints. It would be great to see this functionality available on core endpoints for manipulating core resources.
Due to some complexity around GET requests which may spin off expensive queries, a first step may be to only enable batch processing for creatable/editable/deletable requests.
Change History (7)
#1
@
19 months ago
- Milestone changed from Awaiting Review to 5.9
- Owner set to TimothyBlynJacobs
- Status changed from new to assigned
- Version set to 5.6
This ticket was mentioned in PR #1833 on WordPress/wordpress-develop by spacedmonkey.
19 months ago
#2
- Keywords has-patch added
This ticket was mentioned in PR #1836 on WordPress/wordpress-develop by spacedmonkey.
19 months ago
#3
- Keywords has-unit-tests added
Trac ticket: https://core.trac.wordpress.org/ticket/53063
TimothyBJacobs commented on PR #1836:
19 months ago
#4
Thanks @spacedmonkey! Left two comments, each feedback item appears multiple times.
Trac ticket: https://core.trac.wordpress.org/ticket/53063