Invalid build run id
type | https://docs.frem.sh/reference/api/errors/invalid-build-run-id |
| HTTP status | 400 Bad Request |
What it means
build_run_id was present but was not a positive integer.
A malformed value is rejected rather than ignored: a caller that believes it is sending a run reference must not receive an attestation that quietly lacks one.
What to do
Send the numeric Actions run id, or omit the field entirely.
Response shape
All fremforge API errors are RFC 9457 problem+json:
{
"type": "https://docs.frem.sh/reference/api/errors/invalid-build-run-id",
"title": "Bad Request",
"status": 400,
"detail": "..."
}Branch on type, not on title or detail - those are human-readable and may be reworded.