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