Update developers apps API is not accepting body params

https://apidocs.apigee.com/docs/developer-apps/1/routes/organizations/%7Borg_name%7D/developers/%7Bd... Is not Accepting body params in any format. Receiving error as below Caught exception: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be one of type string or Buffer. Received type object . My bodyParams is JSON.stringify({"value":"[{}]"});,Update API for developer apps https://apidocs.apigee.com/docs/developer-apps/1/routes/organizations/%7Borg_name%7D/developers/%7Bd... is not accepting body params in any format

0 1 58
1 REPLY 1

Caught exception: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be one of type string or Buffer. Received type object .

Can you show the code you are using? At what point do you get that error? It sounds like a TypeScript error? Is it possible you are using a nodejs API incorrectly? Providing an object when you should be providing a string or Buffer. It may be that Apigee is completely unrelated here.

An error like "The first argument must be one of type string or Buffer. Received type object ." sounds like it would come from the client side, ... before any request is sent to the Apigee endpoint.