Duplicate post multiple times
POST/wp-json/wp2/post-duplicator/v1/posts/:post_id/duplicate-batch
Synchronously creates several copies of the post from the titles array. Empty titles returns 400. Response 201 lists the new IDs.
Request
Responses
- 200
- 401
- 403
Not authenticated. WordPress REST: rest_not_logged_in / rest_forbidden. Use cookie + X-WP-Nonce or Application Password.
Insufficient capability or invalid REST nonce. WordPress REST: rest_forbidden / rest_cookie_invalid_nonce.