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

HTTP + JSV

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

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

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

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