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": "01bb9319-251c-4d7e-839f-0803e4334f31",
"RepeatWord": "sample string 1",
"LanguageID": 1,
"RepeatActive": true,
"UserUUIDCur": "60109db3-255c-40b9-96b8-5db9d7447b78"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}