Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3000/v1/scanner/rfc-picks/{id} \ --header 'Content-Type: application/json' \ --data ' { "action": "start" } '
{ "success": true, "pick_list": null, "error": "<string>", "message": "<string>" }
Performs an action on a pick list (claim, start, complete).
Pick list ID
Action to perform on pick list
claim
start
complete
"start"
Action performed successfully