Introduced by PR #9
Remove some operations
Book can not be updated (no Patch) Review can not be destroyed (no Destroy)
2 structure changes including:
2 Breaking changes
2 Removals
Removed
2
Breaking
DELETE /reviews/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
PATCH /books/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
10 structure changes including:
10 Modifications
Modified
10
Breaking
GET /books
- Response
-
200 response Modified
-
id property Modified
-
Full types went from
integer | null
tointeger
Breaking
-
Full types went from
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
reviews property Modified
-
Full types went from
string
toarray[string(iri-reference)]
Breaking
-
Full types went from
-
id property Modified
GET /books/{id}
- Response
-
200 response Modified
-
id property Modified
-
Full types went from
integer | null
tointeger
Breaking
-
Full types went from
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
reviews property Modified
-
Full types went from
string
toarray[string(iri-reference)]
Breaking
-
Full types went from
-
id property Modified
GET /reviews
- Response
-
200 response Modified
-
id property Modified
-
Full types went from
integer | null
tointeger
Breaking
-
Full types went from
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
id property Modified
GET /reviews/{id}
- Response
-
200 response Modified
-
id property Modified
-
Full types went from
integer | null
tointeger
Breaking
-
Full types went from
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
id property Modified
PATCH /books/{id}
- Body
-
content type Modified
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
reviews property Modified
-
Full types went from
string
toarray[string(iri-reference)]
Breaking
-
Full types went from
-
publicationDate property Modified
- Response
-
200 response Modified
-
id property Modified
-
Full types went from
integer | null
tointeger
Breaking
-
Full types went from
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
reviews property Modified
-
Full types went from
string
toarray[string(iri-reference)]
Breaking
-
Full types went from
-
id property Modified
PATCH /reviews/{id}
- Body
-
content type Modified
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
publicationDate property Modified
- Response
-
200 response Modified
-
id property Modified
-
Full types went from
integer | null
tointeger
Breaking
-
Full types went from
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
id property Modified
POST /books
- Body
-
content type Modified
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
reviews property Modified
-
Full types went from
string
toarray[string(iri-reference)]
Breaking
-
Full types went from
-
publicationDate property Modified
- Response
-
201 response Modified
-
id property Modified
-
Full types went from
integer | null
tointeger
Breaking
-
Full types went from
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
reviews property Modified
-
Full types went from
string
toarray[string(iri-reference)]
Breaking
-
Full types went from
-
id property Modified
POST /reviews
- Body
-
content type Modified
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
publicationDate property Modified
- Response
-
201 response Modified
-
id property Modified
-
Full types went from
integer | null
tointeger
Breaking
-
Full types went from
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
id property Modified
PUT /books/{id}
- Body
-
content type Modified
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
reviews property Modified
-
Full types went from
string
toarray[string(iri-reference)]
Breaking
-
Full types went from
-
publicationDate property Modified
- Response
-
200 response Modified
-
id property Modified
-
Full types went from
integer | null
tointeger
Breaking
-
Full types went from
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
reviews property Modified
-
Full types went from
string
toarray[string(iri-reference)]
Breaking
-
Full types went from
-
id property Modified
PUT /reviews/{id}
- Body
-
content type Modified
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
publicationDate property Modified
- Response
-
200 response Modified
-
id property Modified
-
Full types went from
integer | null
tointeger
Breaking
-
Full types went from
-
publicationDate property Modified
-
Full types went from
string(date-time) | null
tostring(date-time)
Breaking
-
Full types went from
-
id property Modified
11 structure changes including:
6 Additions
5 Modifications
Modified
5
GET /books
- Response
-
200 response Modified
- reviews property Added
GET /books/{id}
- Response
-
200 response Modified
- reviews property Added
PATCH /books/{id}
- Body
-
content type Modified
- reviews property Added
- Response
-
200 response Modified
- reviews property Added
POST /books
- Body
-
content type Modified
- reviews property Added
- Response
-
201 response Modified
- reviews property Added
PUT /books/{id}
- Body
-
content type Modified
- reviews property Added
- Response
-
200 response Modified
- reviews property Added
Added
6
DELETE /reviews/{id}
GET /reviews
GET /reviews/{id}
PATCH /reviews/{id}
POST /reviews
PUT /reviews/{id}
12 structure changes including:
6 Breaking changes
6 Additions
6 Removals
Removed
6
Breaking
DELETE /greetings/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /greetings
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /greetings/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
PATCH /greetings/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /greetings
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /greetings/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
6
DELETE /books/{id}
GET /books
GET /books/{id}
PATCH /books/{id}
POST /books
PUT /books/{id}