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": "cbf198aa-f7c1-4937-92e2-6bab208958e5", "RepeatWord": "sample string 1", "LanguageID": 1, "RepeatActive": true, "UserUUIDCur": "98a527ec-1a5d-4aae-9d03-81c0b8505f63" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}