01-02-2022 02:22 AM
Hi,
How can I edit the script params "sRedirect_Num" to another number instead of 1111, I should use PUT function but where I should type the edit
01-06-2022 07:18 AM
01-06-2022 07:50 AM
You first do the HTTP GET request like you have done, copy the JSON body out, modify it, then send it right back with an HTTP PUT request. Keep in mind that you need to send all of the data back, not just the part you modified.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide