openmastery / ideaflow-profiler

GNU General Public License v3.0
2 stars 6 forks source link

Make all comments, descriptions, and faqAnnotations editable #53

Closed accolasia closed 7 years ago

accolasia commented 7 years ago

Treat these APIs as PATCH, the server library is missing the verb, so we'll use PUT for now.

PUT /task/id/{id} PUT /task/id/{id}/subtask/{subtaskId} PUT /task/id/{id}/subtask/{subtaskId}/milestone/{milestoneId} PUT /task/id/{id}/subtask/{subtaskId}/journey/{journeyId}/pain/{painId} PUT /task/id/{id}/subtask/{subtaskId}/journey/{journeyId}/awesome/{awesomeId}

{"description": "description with a #hashtag", "faq": "my faq comment #with some #tags in it." }