Sign In Register

How can we help you today?

Start a new topic

how to change request argument value in cloud code?

i want modify the request data, such as :

{

  "@class": ".AuthenticationRequest",

  "password": "test2",

  "userName": "test2"

}


i want to modify userName or password in cloud code `AuthenticationRequest`, is any way to do so? 

1 Comment

Hi Cao,


It's not possible to change parameters in Cloud Code after the request has been sent.


Regards,

Liam

Login to post a comment