POST note/modify
Request Information
URI Parameters
None.
Body Parameters
noteModifyReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| title | string |
None. |
|
| content | string |
None. |
|
| fontSizeLevel | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"title": "sample string 2",
"content": "sample string 3",
"fontSizeLevel": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseMeg| Name | 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"
}