Commit Graph

29 Commits (abffd160c304486e9efbb8007fbd71a7e9b84449)

Author SHA1 Message Date
Niels van Velzen f2200c97cb
Remove unused notification endpoints (#8952)
1 year ago
crobibero eef15dc7ac Fix third part integration
3 years ago
crobibero 287baa4965 remove unused directives
4 years ago
crobibero e735ab6cc0 Remove extra Required
4 years ago
crobibero fffa94fc33 Apply fixes from review
4 years ago
crobibero 5c66f9e471 changes from merge
4 years ago
crobibero 73bcda7eac Make all optional strings nullable
4 years ago
crobibero 7a32d03101 remove unused parameters
4 years ago
crobibero 10ddbc34ec Add missing attributes, fix response codes, fix route parameter casing
4 years ago
crobibero d820c0fff5 Convert pragma to supresswarning
4 years ago
crobibero 9a51f484af Remove nullable, add async task
4 years ago
crobibero 524243a934 fix merge conflict
4 years ago
David 043d76bd6e Use Http status code 204 instead of 200
4 years ago
crobibero d7d8118b42 Fix xml docs
4 years ago
ZadenRB 82231b4393 Update to return IEnumerable directly where possible
4 years ago
ZadenRB c61a200c9d Revise documentation based on discussion in #2872
4 years ago
ZadenRB 85853f9ce3 Add back in return type documentation
4 years ago
ZadenRB 7693cc0db0 Use ActionResult return type for all endpoints
4 years ago
ZadenRB 2a49b19a7c
Update documentation of startIndex
4 years ago
ZadenRB 69d9bfb233
Make documentation of parameters clearer
4 years ago
ZadenRB dae6965710 Remove documentation of void return type
4 years ago
ZadenRB 6c8e1d37bd Remove more unnecessary IActionResult
4 years ago
ZadenRB 67efcbee05 Remove error handlers, to be implemented at a global level in a separate PR
4 years ago
ZadenRB 688240151b Enable nullable reference types on new class, remove unnecessary documenation and return types
4 years ago
ZadenRB 16cae23bbe Add response type annotations, return IActionResult to handle errors
4 years ago
ZadenRB 7c8188194b Address PR comments, and revert changes that changed the API schema
4 years ago
ZadenRB 558b50a094 Remove unnecessary assembly, update casing, enable nullable reference types on notification DTOs.
4 years ago
ZadenRB ad1c880751 Lowercase parameters
4 years ago
ZadenRB 1180b9746f Migrates the notifications service to use ASP.NET MVC framework
4 years ago