validation_failed
HTTP status: 400 Bad Request
One or more fields failed validation. The fields object maps each invalid field to its messages.
Common causes
Section titled “Common causes”- A key that isn’t lowercase kebab-case.
- A missing required field.
- A value outside its allowed set (e.g. an unknown flag
type).
How to fix
Section titled “How to fix”Read the fields object and correct each listed field. See the API Reference for each field’s rules.
Example
Section titled “Example”{ "error": "validation_failed", "message": "One or more fields are invalid.", "docs_url": "https://featureflip.io/docs/management-api/errors/validation_failed", "fields": { "key": ["Key must be lowercase kebab-case."] }}