Class PatchConfigurationRequest
- Namespace
- OpenSettings.AspNetCore.Models.Requests
- Assembly
- OpenSettings.AspNetCore.dll
public class PatchConfigurationRequest
- Inheritance
-
PatchConfigurationRequest
- Inherited Members
Properties
AppId
[FromRoute]
public string AppId { get; set; }
Property Value
Body
[FromBody]
public PatchConfigurationRequestBody Body { get; set; }
Property Value
IdentifierId
[FromRoute]
public string IdentifierId { get; set; }