Error Reference
input-parameter-error
| Field | Value |
|---|---|
| Type URI | https://docs.kordiam.app/docs/errors/input-parameter-error |
| HTTP Status | 400 Bad Request |
Description
A domain-specific input parameter failed validation outside the generic pagination, sorting, and schema-validation contracts. The request cannot be processed until the parameter value is corrected.
Response Example
Code
Common Causes
- A lookup external ID is blank or exceeds the allowed length.
- A custom-field option endpoint is used with a field whose placement or type does not allow options.
- A custom-field option write would violate option-level business rules.
How to Fix
- Review the endpoint documentation to confirm the allowed values and constraints for each parameter.
- For pagination, cursor, and sort errors, handle the
bad-requesttype instead. - Correct the domain-specific value named in
detailand retry.
Last modified on