update_indexer_by_id
Updates an existing indexer's configuration by ID, using the required request payload to apply changes and optional force save to override validation.
Instructions
Update Indexer.
PUT /api/v3/indexer/{id}
Args: id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects. force_save: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| force_save | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |