POST api/AdminSettingsSystem/AdmSaveGPTChatRepeat
AdmSaveGPTChatRepeat
Request Information
URI Parameters
None.
Body Parameters
GetGPTChatRepeat_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| GPTChatRepeatUUID | globally unique identifier |
None. |
|
| RepeatWord | string |
None. |
|
| LanguageID | integer |
None. |
|
| RepeatActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"GPTChatRepeatUUID": "fac7303b-e437-4b0c-bf7f-e8eb4d7bd724",
"RepeatWord": "sample string 1",
"LanguageID": 1,
"RepeatActive": true,
"UserUUIDCur": "ff01e40f-638b-4fcf-b3f3-d5bb1ab65e90"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}