Logo
Points of Interest API Documentation

Update Point by Id

PATCH http://localhost:8080/points/updatePointById/621a92a3ad764449a7476922

 

Body PARAM

Key Datatype Required Description 
id
string



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X PATCH 'http://localhost:8080/points/updatePointById/621a92a3ad764449a7476922?id=6219f19b94d843276667e94e' --data-urlencode '%7B%22name%22%3D%3E%22description%22%2C+%22value%22%3D%3E%22The+best+Italian+food+in+Cyprus%21%21%21%22%2C+%22datatype%22%3D%3E%22string%22%7D&%7B%22name%22%3D%3E%22address%22%2C+%22value%22%3D%3E%22Dimokratias+20B%2C+3921%2C+Cyprus%22%2C+%22datatype%22%3D%3E%22string%22%7D'

ENDPOINTS