POST RiskBrigade/UpdateOrInsertKnowledgeHubData
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
None. |
||
| Name |
None. |
||
| Description |
None. |
||
| Type |
None. |
||
| VideoType |
None. |
||
| URL |
None. |
||
| IsHidden |
None. |
||
| IsRestricted |
None. |
||
| ThumbnailImageUrl |
None. |
||
| CreatedDate |
None. |
||
| ModifiedDate |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Type": "sample string 4",
"VideoType": "sample string 5",
"URL": "sample string 6",
"IsHidden": true,
"IsRestricted": true,
"ThumbnailImageUrl": "sample string 9",
"CreatedDate": "2025-12-15T20:27:41.4819853+00:00",
"ModifiedDate": "2025-12-15T20:27:41.4819853+00:00"
}
application/xml, text/xml
Sample:
<RiskBrigadeKnowledgeHub xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yorbit.Data.SQLServer.POCO"> <CreatedDate>2025-12-15T20:27:41.4819853+00:00</CreatedDate> <Description>sample string 3</Description> <Id>1</Id> <IsHidden>true</IsHidden> <IsRestricted>true</IsRestricted> <ModifiedDate>2025-12-15T20:27:41.4819853+00:00</ModifiedDate> <Name>sample string 2</Name> <ThumbnailImageUrl>sample string 9</ThumbnailImageUrl> <Type>sample string 4</Type> <URL>sample string 6</URL> <VideoType>sample string 5</VideoType> </RiskBrigadeKnowledgeHub>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.