Blazor Diffusion

<back to all web services

CreateModifier

Modifiers
Requires Authentication
Required role:Moderator
CreateModifier Parameters:
NameParameterData TypeRequiredDescription
NamequerystringYes
CategoryquerystringYes

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 .other suffix or ?format=other

HTTP + OTHER

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

POST /jsonl/reply/CreateModifier HTTP/1.1 
Host: blazordiffusion.com 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"name":"String","category":"String","description":"String"}
HTTP/1.1 200 OK
Content-Type: text/jsonl
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"}