Yesi-Studios / CommandCentralBackend

Other
2 stars 0 forks source link

Breaking DTO changes #228

Open GraceAtwood opened 7 years ago

GraceAtwood commented 7 years ago

Just a list of breaking name changes I make during the dto explosion project.

GraceAtwood commented 7 years ago

/LoadFAQ only takes Id now.

GraceAtwood commented 7 years ago

/LoadNewsItem only takes id now.

GraceAtwood commented 7 years ago

/UpdateNewsItem parameter "newsitemid" changed to "id"

GraceAtwood commented 7 years ago

/DeleteNewsItem "newitemid" changed to "id"

GraceAtwood commented 7 years ago

/LoadPerson now only requires "id"

GraceAtwood commented 7 years ago

/GetChainOfCommand "id"

GraceAtwood commented 7 years ago

/LoadAccountHistoryByPerson "id"

GraceAtwood commented 7 years ago

/ReleaseProfileLock now takes no parameters and will only release the client's owned profile lock.

GraceAtwood commented 7 years ago

Reference lists no longer include Division/Department/Command. They are now included in their own endpoints.