Change Updates

Do not miss any LovassyApp - Blueboard API changes, ever again

Subscribe to the LovassyApp - Blueboard API changelog to be up to date on recent changes.

RSS

Nov 22, 2023

master
v4.0.0
Compare

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
GET /Api/ImageVotings/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • superIncrementAllowed, superIncrementValue properties Added
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
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
  • 503 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking