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": "96c09ada-dad1-40a8-a831-6b69d8243335",
"RepeatWord": "sample string 1",
"LanguageID": 1,
"RepeatActive": true,
"UserUUIDCur": "2b6abd79-ad61-41f9-9d82-a1a110da01d4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]