feat(backend): add update member endpoint
This commit is contained in:
parent
8fe8755183
commit
e11e60e16b
4 changed files with 133 additions and 1 deletions
|
@ -6,6 +6,9 @@ namespace Foxnouns.Backend.Utils;
|
|||
|
||||
/// <summary>
|
||||
/// A base class used for PATCH requests which stores information on whether a key is explicitly set to null or not passed at all.
|
||||
///
|
||||
/// HasProperty() should not be used for properties that cannot be set to null--a null value should be treated
|
||||
/// as an unset value in those cases.
|
||||
/// </summary>
|
||||
public abstract class PatchRequest
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue