Forum Discussion
gondeeri
Nimbostratus
Aug 17, 2018Modifying parameters in iApp via REST API
Hello,
I want to modify one parameter in own iApp via REST API... I tried via PUT and also PATCH... here examp.
I want to change "value":"none" to "value":"tech"
curl -sk -u admin:p...
Lee_Sutcliffe
Nacreous
Aug 17, 2018Your JSON body has a syntax error, make sure you enclose the whole statement in braces. Please note I've not been able to verify the API call is correct, but try amend the JSON body like below and let me know how you get on.
{"variables":[{"name":"maintenance__MAINTENANCE","encrypted":"no","value":"tech"}]}
If you're not using an IDE, this website is good for validating JSON https://jsonlint.com
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
