POST api/AdminSettingsSystem/AdmGetGPTChatRepeat
AdmGetGPTChatRepeat
Request Information
URI Parameters
None.
Body Parameters
GetGPTChatRepeat_RequestName | 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": "8bbc66ca-d0e8-444f-83ad-87cddcc3a585", "RepeatWord": "sample string 1", "LanguageID": 1, "RepeatActive": true, "UserUUIDCur": "1600a833-957d-4d4c-85c5-f70cdea0d834" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]