Replace tags for a prompt

Replaces the full tag list for a specific prompt. Creates new project-level tags as needed.

PUT /settings/tags

Replace tags for a prompt

Replaces the full tag list for a specific prompt. Creates new project-level tags as needed.

Authentication: API key required (Bearer token)

Request Body

FieldTypeRequiredDescription
projectPromptIdstringYesProject prompt ID to update.
tagsarrayYesComplete tag list that replaces existing tags for this prompt.

Request Example

curl -X PUT https://sellm.io/api/v1/settings/tags \
  -H "Authorization: Bearer sellm_your_api_key_here" \
  -H "Content-Type: application/json"

Responses

StatusDescription
200Tags updated
400Bad request
401Unauthorized
404Prompt not found
429Rate limited
500Internal error