Table of Contents

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

string

Body

[FromBody]
public PatchConfigurationRequestBody Body { get; set; }

Property Value

PatchConfigurationRequestBody

IdentifierId

[FromRoute]
public string IdentifierId { get; set; }

Property Value

string