---
title: "Submit Warranty Checklist"
method: POST
path: "/noops/warranty-checklist/submit"
tags: ["noops-onboarding"]
---

# Submit Warranty Checklist

`POST /noops/warranty-checklist/submit`

## Request body

- SubmitChecklistRequest
  - `entries` ChecklistEntry[], required
    - `name` string, required
    - `label` string, required
    - `value` unknown

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-09** `db50150bcca5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/noso/apis/crucible-backend-api/changes/noops/warranty-checklist/submit/post.md)

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/8eb1d6b3ce25?raw)
