CHW-4806 QuarantineRequestInvalid
quarantine request body could not be decoded; supply a JSON object with optional reason and logical_paths fields
Copies the raw Markdown source of this guide, for pasting into an LLM or notes.
Default message: quarantine request body could not be decoded; supply a JSON object with optional reason and logical_paths fields
HTTP status:400(client)
Problem. Quarantine request body could not be decoded.
Cause. The body was not valid JSON or did not match the expected
shape {reason?: string, logical_paths?: string[]}. Fix. Either
omit the body entirely or supply a valid JSON object. HTTP 400.