POST
/v6/note/create
cURL (application/json)
curl \
--request POST 'http://api.example.com/v6/note/create' \
--header "Content-Type: application/json" \
--data '{"tagsCheckedRequest":[42],"titleRequest":"string","textRequest":"string","commonNoteID":42}'
curl \
--request POST 'http://api.example.com/v6/note/create' \
--header "Content-Type: text/json"
curl \
--request POST 'http://api.example.com/v6/note/create' \
--header "Content-Type: application/*+json"
Request examples
{
"tagsCheckedRequest": [
42
],
"titleRequest": "string",
"textRequest": "string",
"commonNoteID": 42
}
Request examples
{
"tagsCheckedRequest": [
42
],
"titleRequest": "string",
"textRequest": "string",
"commonNoteID": 42
}
Request examples
{
"tagsCheckedRequest": [
42
],
"titleRequest": "string",
"textRequest": "string",
"commonNoteID": 42
}
Response examples (200)
{
"tagsCheckedUncheckedResponse": [
"string"
],
"titleResponse": "string",
"textResponse": "string",
"structuredTagsListResponse": [
"string"
],
"commonNoteID": 42,
"errorMessageResponse": "string"
}
Response examples (200)
{
"tagsCheckedUncheckedResponse": [
"string"
],
"titleResponse": "string",
"textResponse": "string",
"structuredTagsListResponse": [
"string"
],
"commonNoteID": 42,
"errorMessageResponse": "string"
}