Update an existing saved search’s name, query, or metadata
{"key": null} removes that key, and other keys are merged into the existing metadata. Requires the portfolios:manage scope.
null to clear.POST /v1/trademarks/search).null (remove).Get Saved Search.
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Empty name, invalid metadata, or bad UUID |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks portfolios:manage |
| 404 | not_found | Saved search does not exist or belongs to another org |
| 409 | conflict | Another saved search already uses this name |