Blazor Diffusion

<back to all web services

UpdateModifier

Modifiers
Requires Authentication
Required role:Moderator
UpdateModifier Parameters:
NameParameterData TypeRequiredDescription
IdqueryintNo
NamequerystringNo
CategoryquerystringNo

Allowable Values

  • 18 Century
  • 19 Century
  • 20 Century
  • 21 Century
  • Aesthetic
  • Art Movement
  • Art Style
  • CGI
  • Color
  • Effects
  • Features
  • Filters
  • Lenses
  • Lighting
  • Medium
  • Negative Mood
  • Photography
  • Positive Mood
  • Quality
  • Setting
  • Style
  • Theme
DescriptionquerystringNo
Modifier Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
NameformstringYes
CategoryformstringYes
DescriptionformstringNo
ScoreformintNo
RankformintNo
AuditBase Parameters:
NameParameterData TypeRequiredDescription
CreatedDateformDateTimeNo
CreatedByformstringYes
ModifiedDateformDateTimeNo
ModifiedByformstringYes
DeletedDateformDateTime?No
DeletedByformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/UpdateModifier HTTP/1.1 
Host: blazordiffusion.com 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"id":0,"name":"String","category":"String","description":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"id":0,"name":"String","category":"String","description":"String","score":0,"rank":0,"createdDate":"0001-01-01T00:00:00","createdBy":"String","modifiedDate":"0001-01-01T00:00:00","modifiedBy":"String","deletedDate":"0001-01-01T00:00:00","deletedBy":"String"}