Update Point by Name
PATCH
http://localhost:8080/points/updatePointByName/Marcello's Restaurant
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
RESPONSES
status
curl -X PATCH 'http://localhost:8080/points/updatePointByName/Marcello's Restaurant' --data-urlencode '%7B%22name%22%3D%3E%22pointname%22%2C+%22value%22%3D%3E%22Marcello%27s+Restaurant%22%2C+%22datatype%22%3D%3E%22string%22%7D&%7B%22name%22%3D%3E%22address%22%2C+%22value%22%3D%3E%22Protaras+67%2C+3425+Cyprus%22%2C+%22datatype%22%3D%3E%22string%22%7D&%7B%22name%22%3D%3E%22description%22%2C+%22value%22%3D%3E%22The+best+Italian+food+in+Cyprus%21%21%22%2C+%22datatype%22%3D%3E%22string%22%7D'