Update competitor settings
Replaces the full competitor list for the project. Canonical brand entries are preserved automatically.
PUT /settings/competitors
Update competitor settings
Replaces the full competitor list for the project. Canonical brand entries are preserved automatically.
Authentication: API key required (Bearer token)
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
competitors | array | Yes | Complete competitor list to persist for the project. |
Request Example
curl -X PUT https://sellm.io/api/v1/settings/competitors \
-H "Authorization: Bearer sellm_your_api_key_here" \
-H "Content-Type: application/json"
Responses
| Status | Description |
|---|---|
200 | Competitor settings updated |
401 | Unauthorized |
404 | Project not found |
429 | Rate limited |
500 | Internal error |