Skip to content

Added TargetOverrideMatrixList to the responses for the add-AR and AR-by-ID views

Sam Kagan requested to merge STT-598-return-override-matrix-from-endpoints into main

For the add-AR view, a TargetOverrideMatrixList is generated and returned if and only if the incoming request has CapabilityRequests on it, and there are no errors in the request.

For the AR-by-ID view, a TargetOverrideMatrixList is returned if and only if one exists in the database for the requested AllocationRequest.

Edited by Sam Kagan

Merge request reports