PUT api/blacklist/no-more-n?suid={suid}
Put no-more-n
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| suid | string |
Required |
Body Parameters
NoMoreN| Name | Description | Type | Additional information |
|---|---|---|---|
| Block | integer |
None. |
|
| N | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Block": 1,
"N": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<NoMoreN> <Block>1</Block> <N>2</N> </NoMoreN>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.