Restore the scoring and search prompts of a built-in signal type to the baked-in defaults.
scoring_prompt and search_prompt on a built_in signal type back to the defaults from @/lib/signals/prompts/registry. Use this after an agent or human has over-tuned a built-in and wants to undo the changes.
Only works for the 6 built-in types (Hiring, Funding, Leadership Change, Competitor Mentions, Pain Point, Product Launch). User-created keyword types return 400 with Only built-in signal types can be reset to default.
/api/v1/signals/types/{id}/reset. See the sibling doc Reset a partner signal type to default prompts for the v1 version on the same concept.Built-in only. User-created keyword types don’t have default prompts to reset to.Other fields are untouched. keywords, disqualifiers, structured_config, enabled, and position stay as-is. Only the two prompt fields are overwritten.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Signal type UUID. Must be a built_in signal type.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Prompts reset to defaults. Returns the full signal type row.