API structure has changed
4 structure changes including:
4 Modifications
Modified
4
Breaking
GET /Api/ImageVotings
- Response
-
200 response Modified
-
application/json content type Modified
- superIncrementAllowed, superIncrementValue properties Added
-
application/json content type Modified
GET /Api/ImageVotings/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- superIncrementAllowed, superIncrementValue properties Added
-
application/json content type Modified
PATCH /Api/ImageVotings/{id}
- Body
-
application/json content type Modified
- superIncrementAllowed, superIncrementValue properties Added
-
text/json content type Modified
- superIncrementAllowed, superIncrementValue properties Added
-
application/*+json content type Modified
- superIncrementAllowed, superIncrementValue properties Added
- Response
-
503 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
POST /Api/ImageVotings
- Body
-
application/json content type Modified
- superIncrementAllowed, superIncrementValue properties Added
-
text/json content type Modified
- superIncrementAllowed, superIncrementValue properties Added
-
application/*+json content type Modified
- superIncrementAllowed, superIncrementValue properties Added
- Response
-
201 response Modified
-
application/json content type Modified
- superIncrementAllowed, superIncrementValue properties Added
-
application/json content type Modified
-
503 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before