Details
Assignee
UnassignedUnassignedReporter
Seth LegerSeth LegerLabels
Components
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Seth Leger
Seth LegerLabels
Components
Priority
PagerDuty
PagerDuty
PagerDuty
Created July 12, 2016 at 10:18 AM
Updated July 31, 2019 at 3:17 PM
Since it doesn't make sense for some REST resources (ie. outages) to be read-write, we should split the AbstractDaoRestService so that the read-only operations (GETs) are in the base class and the write operations (PUT, POST, DELETE) are in an optional child class.