apidog_bulk_update
Batch update Apidog endpoints by applying tags, folder, status, or summary changes. Target endpoints explicitly or by filters, and preview modifications before applying with confirm=false.
Instructions
Batch update endpoints. Target by explicit endpoints array OR keyword filters. Supports: addTags, removeTags, setFolder, setStatus, setSummaryPrefix, summaryFindReplace. Set confirm=false to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | Module name | |
| addTags | No | Tags to add | |
| confirm | No | Set true to apply, false/omit to preview | |
| project | No | Project name. Required when multiple projects are configured, optional otherwise. | |
| endpoints | No | Explicit list of endpoints to update (alternative to filters) | |
| filterTag | No | Filter by tag name | |
| setFolder | No | Set x-apidog-folder (empty string to clear) | |
| setStatus | No | Set x-apidog-status (designing, pending, developing, testing, released, deprecated, obsolete) | |
| filterPath | No | Filter by path substring | |
| removeTags | No | Tags to remove | |
| filterFolder | No | Filter by folder name | |
| filterMethod | No | Filter by HTTP method | |
| filterStatus | No | Filter by x-apidog-status | |
| setSummaryPrefix | No | Prefix to add to summaries (idempotent) | |
| summaryFindReplace | No | Find/replace in summaries |