POST api/Reliability/UpdateAdminFlaggingForApp
Request Information
URI Parameters
None.
Body Parameters
AdminFlaggingMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAdminFlagging | boolean |
None. |
|
| reportId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsAdminFlagging": true,
"reportId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Data | Object |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Data": {},
"Message": "sample string 3"
}