Invalid Field Value

422user

https://inputbuffer.io/docs/api/problems/invalid-field-value

What it means

A field was present but its value didn't pass validation: wrong type, wrong format, or outside an allowed set. field names which one; detail explains what was wrong.

This usually comes from what the end user submitted rather than your integration's setup. detail is written to be safe to show them as-is, like "title is required."

How to fix it

  1. 1.

    Wrong type, or wrong shape for a structured field.

    Check the field's schema on this endpoint's reference page.

  2. 2.

    A value outside an accepted enum, or past a length limit.

    Read detail for the specific constraint that failed and adjust the value.

Where this happens

Still stuck? Email [email protected] with the type value above and roughly when it happened.