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 PATCH \ --url https://api.merchantops.ai/api/pricing/comparison/{run_id}/archive \ --header 'Content-Type: application/json' \ --data ' { "archived": true } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "ctx": {}, "input": "<unknown>" } ] }
Archive or unarchive a comparison run and cascade to its proposals.
Request body for archiving/unarchiving a comparison run.
Successful Response