Change Updates

Do not miss any API Platform Demo changes, ever again

Subscribe to the API Platform Demo changelog to be up to date on recent changes.

RSS

Sep 20, 2023

main
1.0.0
Compare

API structure has changed

10 structure changes including:
10 Modifications
Modified 10 Breaking
GET /books
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
GET /books/{id}
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
GET /reviews
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
GET /reviews/{id}
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
PATCH /books/{id}
  • Body
  • content type Modified
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
PATCH /reviews/{id}
  • Body
  • content type Modified
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
POST /books
  • Body
  • content type Modified
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
  • Response
  • 201 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
POST /reviews
  • Body
  • content type Modified
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
  • Response
  • 201 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
PUT /books/{id}
  • Body
  • content type Modified
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
PUT /reviews/{id}
  • Body
  • content type Modified
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking