Missing required field
This problem occurs when the request payload is missing a required field.
This error code typically appears within a parent error of type validation_error
.
Troubleshooting
- Add the missing field to the request payload and retry the request.