Table of Contents

Class UpdateAppRequest

Namespace
OpenSettings.AspNetCore.Models.Requests
Assembly
OpenSettings.AspNetCore.dll
public class UpdateAppRequest
Inheritance
UpdateAppRequest
Inherited Members

Properties

AppId

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

Property Value

string

Body

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

Property Value

UpdateAppRequestBody