Patch tags for a prompt

Adds and/or removes individual tags on a prompt without replacing the full list.

PATCH /settings/tags

Patch tags for a prompt

Adds and/or removes individual tags on a prompt without replacing the full list.

Authentication: API key required (Bearer token)

Request Body

FieldTypeRequiredDescription
projectPromptIdstringYesProject prompt ID to update.
addarrayNoTags to add to this prompt.
removearrayNoTags to remove from this prompt.

Request Example

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

Responses

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