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": "6eb93648-0262-4f98-8dbf-6c14113404d9", "RepeatWord": "sample string 1", "LanguageID": 1, "RepeatActive": true, "UserUUIDCur": "35eaaa0d-7dc0-45d5-99cb-0afae06ad9cc" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]