POST api/AdminSettingsSystem/AdmGetGPTChatRepeat
AdmGetGPTChatRepeat
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": "113ff4aa-0924-4ca4-8d67-c1d0ccc5185c",
"RepeatWord": "sample string 1",
"LanguageID": 1,
"RepeatActive": true,
"UserUUIDCur": "fcbc9d16-ecb0-466e-9deb-84ec736f037c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]