API structure has changed
- Add support for
coverage_type
onAssignment
4 structure changes including:
4 Modifications
Modified
4
GET /api/v1/assignments
- Response
-
200 response Modified
- application/json content type Modified
GET /api/v1/assignments/{assignment_id}
- Response
-
200 response Modified
-
application/json content type Modified
- coverage_type property Added
-
application/json content type Modified
POST /api/v1/assignments
- Body
-
application/json content type Modified
- coverage_type property Added
- Response
-
201 response Modified
-
application/json content type Modified
- coverage_type property Added
-
application/json content type Modified
PUT /api/v1/assignments/{assignment_id}
- Body
-
application/json content type Modified
- coverage_type property Added
- Response
-
200 response Modified
-
application/json content type Modified
- coverage_type property Added
-
application/json content type Modified