docs: preview platform api handoff

This commit is contained in:
Gui Vieira
2026-06-23 13:39:57 -03:00
parent 2eb4e3a236
commit 3f5ca89edc
7 changed files with 213 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
code: validation_error
title: Validation error
status: 422
---
# Validation error
The request was understood, but one or more submitted values failed validation.
## When It Happens
This usually means a submitted field is missing, malformed, out of range, duplicated, or conflicts with another value.
## How To Fix
Inspect the `detail` message for the field-specific issue, update the submitted values, and retry the request.