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
TagId
[FromRoute]
public string TagId { get; set; }