aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/delete_schedule_not_authorized.json
blob: 602a6c6a928db3fe5b1465735aa6387779939b19 (plain)
1
2
3
4
5
6
7
8
9
{
  "simulatorRequest": {
    "method": "DELETE",
    "path": "/scheduler/v1/ChangeManagement/schedules/1234"
  } ,
  "simulatorResponse": {
    "responseCode": 401
  }
}