POST api/AdminSettingsSystem/AdmSaveGPTChatRepeat
AdmSaveGPTChatRepeat
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": "75cbc194-f7b4-4ff1-8747-23a62619226f", "RepeatWord": "sample string 1", "LanguageID": 1, "RepeatActive": true, "UserUUIDCur": "6773c901-b876-4d41-9150-9a65b512f683" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}