Table of Contents

Class UpdateTagRequest

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

Properties

Body

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

Property Value

UpdateTagRequestBody

TagId

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

Property Value

string