POST api/OpenAI/UpdateTextMessageSHAFTDetectionRules

Request Information

URI Parameters

None.

Body Parameters

UpdateShaftDetectionRulesRequestModel
NameDescriptionTypeAdditional information
IsTextMessageShaftDetectionEnabled

boolean

None.

TextMessageRules

string

None.

MMSImageRules

string

None.

TextMessageModel

string

None.

MMSImageModel

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IsTextMessageShaftDetectionEnabled": true,
  "TextMessageRules": "sample string 2",
  "MMSImageRules": "sample string 3",
  "TextMessageModel": "sample string 4",
  "MMSImageModel": "sample string 5"
}

application/xml, text/xml

Sample:
<UpdateShaftDetectionRulesRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels">
  <IsTextMessageShaftDetectionEnabled>true</IsTextMessageShaftDetectionEnabled>
  <MMSImageModel>sample string 5</MMSImageModel>
  <MMSImageRules>sample string 3</MMSImageRules>
  <TextMessageModel>sample string 4</TextMessageModel>
  <TextMessageRules>sample string 2</TextMessageRules>
</UpdateShaftDetectionRulesRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.