Change Updates

Do not miss any WhyReadTheManual API changes, ever again

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

RSS

Nov 9, 2025

main
1.0.0
Compare

API structure has changed

9 structure changes including:
1 Breaking change
8 Modifications
1 Removal
Modified 8 Breaking
POST /Account/Create/Parent
  • Body
  • application/json content type Modified
    • SaveUser property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • Email property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type is now object
      • UserList property Added
POST /Auth/Verify/Email
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ConfirmDate, LastEmail properties Modified
        • Type went from DateTime to string
          Breaking
POST /Auth/Verify/Invite
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ConfirmDate, LastEmail properties Modified
        • Type went from DateTime to string
          Breaking
POST /Auth/Verify/Login
  • Body
  • application/json content type Modified
    • SaveUser property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • LoginTime, PrevLogin properties Modified
        • Type went from DateTime to string
          Breaking
POST /Auth/Verify/Token
  • Response
  • 200 response Modified
    • application/json content type Modified
      • LoginTime, PrevLogin properties Modified
        • Type went from DateTime to string
          Breaking
POST /System/Hacker/ClearHack
  • Response
  • 200 response Modified
    • application/json content type Modified
      • _Get property Modified
        • Type went from array to array[object]
        • object property Added
      • _Post property Modified
        • Type went from array to array[object]
        • object property Added
      • _Cookie property Modified
        • Type went from array to array[object]
        • object property Added
      • _Request property Modified
        • Type went from array to array[object]
        • object property Added
      • _Soft property Modified
        • Type went from array to array[object]
        • object property Added
      • _Headers property Modified
        • Type went from array to array[object]
        • object property Added
POST /System/Hacker/IsHacker
  • Response
  • 200 response Modified
    • application/json content type Modified
      • _Get property Modified
        • Type went from array to array[object]
        • object property Added
      • _Post property Modified
        • Type went from array to array[object]
        • object property Added
      • _Cookie property Modified
        • Type went from array to array[object]
        • object property Added
      • _Request property Modified
        • Type went from array to array[object]
        • object property Added
      • _Soft property Modified
        • Type went from array to array[object]
        • object property Added
      • _Headers property Modified
        • Type went from array to array[object]
        • object property Added
POST /System/Hacker/SetHack
  • Response
  • 200 response Modified
    • application/json content type Modified
      • _Get property Modified
        • Type went from array to array[object]
        • object property Added
      • _Post property Modified
        • Type went from array to array[object]
        • object property Added
      • _Cookie property Modified
        • Type went from array to array[object]
        • object property Added
      • _Request property Modified
        • Type went from array to array[object]
        • object property Added
      • _Soft property Modified
        • Type went from array to array[object]
        • object property Added
      • _Headers property Modified
        • Type went from array to array[object]
        • object property Added
Removed 1 Breaking
POST /Account/Read/Group
  • Removing a resource is always breaking unless it was deprecated before
    Breaking