generated from smatechnologies/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Milestone
Description
A new end point in DailyJobs for incident ticket management needs to be added.
This includes
GET /api/dailyjobs/{uid}/incidentTickets which will always return a single instance as DailyJob only supports a single instance.
PUT /api/dailyjobs/{uid}/incidentTickets/{id} (id is always 1)
DELETE /api/dailyjobs/{uid}/incidentTickets/{id} (id is always 1)
please note that the POST function is missing and will be added later
Metadata
Metadata
Assignees
Labels
No labels