You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a required field by the name Processing Channel ID for which there is no input box in the Core Settings Tabs... I looked up the code but found it only on the Models... There doesn't seem to be a place where the User itself actually enters it...
As we are not Passing the Processing Channel ID the API returns response code 422 which is an Invalid Parameter...
There's a required field by the name Processing Channel ID for which there is no input box in the Core Settings Tabs... I looked up the code but found it only on the Models... There doesn't seem to be a place where the User itself actually enters it...
As we are not Passing the Processing Channel ID the API returns response code 422 which is an Invalid Parameter...
{"request_id":"$request_id_here","http_status_code":422,"error_details" {"request_id":"$request_id_here","error_type":"request_invalid","error_codes":["processing_channel_id_required"]},"http_metadata":{}}
The text was updated successfully, but these errors were encountered: