Issue Summary
Response to the GET Objectives/<id> endpoint is missing releaseIds
- Also noticed on GET Objectives
Steps to Reproduce
- Browse to Swagger
- Run a GET towards Objectives/<id> endpoint
- Notice the response body is missing releaseIds
Expected Results
- As per Objectives.ObjectiveDto schema, releaseIds is expected.
Actual Results
- releaseIds is missing from GET Objectives/<id> response unless you add an expand clause
Workaround
Add expand=true to the API call
- relates to
-
ALIGNSP-5992 Loading...