API structure has changed
4 structure changes including:
1 Addition
3 Modifications
Modified
3
Breaking
GET /presentations
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
Type went from
objecttoarray[object]Breaking
-
presentations property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- object property Added
-
Type went from
-
data property Modified
-
application/json content type Modified
GET /presentations/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- title, createdAt, updatedAt properties Added
-
data property Modified
-
application/json content type Modified
POST /presentations
- Body
- application/json content type Added
Added
1
GET /presentations/all