digitalroastery / weblounge

Web Content Management System
12 stars 4 forks source link

REST endpoint PUT /sites/{site} sets the state not the site description #394

Open JamesUoM opened 7 years ago

JamesUoM commented 7 years ago

PUT /sites/{site} should update the description of the site using XML such as returned by GET /sites/{site} instead it just changes the status. It should be change to PUT /sites/{site}/status with a corresping GET /sites/{site}/status