...
Create or update property 'myProperty' with value 'myValue' by user admin/admin:
Code Block language none curl -u admin:admin -X POST http://localhost:9000/api/properties/?id=myProperty&value=myValue Example to create a property with the content of a file: curl -u <login>:<password> -X POST http://localhost:9000/api/properties/?id=<key> -v -T <path/to/file>
...

