POST tablet/modifyTop?tabletId={tabletId}&isTop={isTop}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tabletId | string |
Required |
|
isTop | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseMegName | Description | Type | Additional information |
---|---|---|---|
code | string |
None. |
|
msg | string |
None. |
|
msgDevelop | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": "sample string 1", "msg": "sample string 2", "msgDevelop": "sample string 3" }