change event - GeoSmartCity-CIP/crowd-sourcing GitHub Wiki
Change Event
Event items can be modified. Attributes status
and priority
can be modified at this time. The service can be easily altered to support modification of additional attributes.
Note, that only administrator may use this service.
URL event/change
Expected data
{
"id": "88c828ad-b245-471e-91c2-30e7cafcd4ed",
"user": {
"id": "mole",
"password": "tunnel"
},
"priority": "high",
"status": "solved"
}