POST api/AdminSettingsSystem/AdmSaveGPTChat
AdmSaveGPTChat
Request Information
URI Parameters
None.
Body Parameters
SaveGPTChat_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| GPTChatID | integer |
None. |
|
| GPTChatActive | boolean |
None. |
|
| ProductID | boolean |
None. |
|
| CommentUUID | boolean |
None. |
|
| FunUUID | boolean |
None. |
|
| NotiffUUID | boolean |
None. |
|
| ProductDescrID | boolean |
None. |
|
| Name | boolean |
None. |
|
| Meta | boolean |
None. |
|
| Description | boolean |
None. |
|
| Text | boolean |
None. |
|
| TranslateID | boolean |
None. |
|
| AnswerID | boolean |
None. |
|
| QuestionID | boolean |
None. |
|
| Translate | boolean |
None. |
|
| model | string |
None. |
|
| temperature | string |
None. |
|
| System | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"GPTChatID": 1,
"GPTChatActive": true,
"ProductID": true,
"CommentUUID": true,
"FunUUID": true,
"NotiffUUID": true,
"ProductDescrID": true,
"Name": true,
"Meta": true,
"Description": true,
"Text": true,
"TranslateID": true,
"AnswerID": true,
"QuestionID": true,
"Translate": true,
"model": "sample string 1",
"temperature": "sample string 2",
"System": "sample string 3",
"UserUUIDCur": "c3c8c211-c5fe-4201-83e8-a048e8a346df"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}