When a delivery service request is already unassigned, and sending a PUT request to deliveryservice_requests/{{id}}/assign with {"assigneeId": null} in the body returns:
The response for when a user is assigned is the same as the response when a user is unassigned, the only difference is that the unassigned response output does not include the assigneeId and assignee key.
The Response should be:
I'm submitting a ...
Traffic Control components affected ...
Current behavior:
When a delivery service request is already unassigned, and sending a
PUT
request todeliveryservice_requests/{{id}}/assign
with{"assigneeId": null}
in the body returns:Expected / new behavior:
The response for when a user is assigned is the same as the response when a user is unassigned, the only difference is that the unassigned response output does not include the
assigneeId
andassignee
key. The Response should be:Minimal reproduction of the problem with instructions:
Anything else: