POST api/WhizTChatKnowledgeCenter/UpdateKnowledgeCenter
This is for update knowledge center.
Request Information
URI Parameters
None.
Body Parameters
EnvelopeOfKnowledgeCenterUpdateParamName | Description | Type | Additional information |
---|---|---|---|
Data | KnowledgeCenterUpdateParam |
None. |
|
Message | string |
None. |
|
MessageId | string |
None. |
|
MessageCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "data": { "kcId": 1, "title": "sample string 2", "fileName": "sample string 3", "filePath": "sample string 4", "loginUserId": 5 }, "message": "sample string 1", "messageId": "sample string 2", "messageCode": 3 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.