PUT Warning/{id}?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| key | string |
Required |
Body Parameters
WarningModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| DatePosted | date |
None. |
|
| Author | string |
None. |
|
| UserID | integer |
None. |
|
| Name | string |
None. |
|
| Reason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "d3194d2a-c824-40d0-bb91-686e94fad29d",
"datePosted": "2026-09-17T22:42:32.4621111Z",
"author": "sample string 3",
"userID": 4,
"name": "sample string 5",
"reason": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.