Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 789 Bytes

api-header.md

File metadata and controls

15 lines (8 loc) · 789 Bytes

Search Regex is a WordPress plugin to perform search and replace operations on your WordPress data. It exposes a set of REST API endpoints. These are used by the Search Regex plugin itself, and can also be used by anyone else.

REST API Endpoints

The API endpoints are available on the WordPress site at https://yoursite.com/wp-json/search-regex/v1.

The examples below reference https://searchregex.com and you should substitute this for your own site.

Body parameters are supplied as JSON.

Authentication

All requests must be authenticated by someone with manage_options capabilities. See the REST API authentication guide.

1.0.0