API structure has changed
4 structure changes including:
4 Modifications
Modified
4
GET /api/v1/quotes
- Response
-
200 response Modified
- application/json content type Modified
GET /api/v1/quotes/{quote_id}
- Response
-
200 response Modified
-
application/json content type Modified
- quote_json property Added
-
application/json content type Modified
POST /api/v1/quotes
- Response
-
201 response Modified
-
application/json content type Modified
- quote_json property Added
-
application/json content type Modified
PUT /api/v1/quotes/{quote_id}
- Response
-
200 response Modified
-
application/json content type Modified
- quote_json property Added
-
application/json content type Modified