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": "71204aeb-0b4b-48fb-bbd0-7657350542ed",
"RepeatWord": "sample string 1",
"LanguageID": 1,
"RepeatActive": true,
"UserUUIDCur": "3357baa9-aad8-4862-8632-accc28564e88"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]