GET /v6/note/forUpdate

GET /v6/note/forUpdate

Query parameters

  • id integer(int32) Required

Responses

  • OK

    Hide response attributes Show response attributes object
    • tagsCheckedUncheckedResponse array[string] | null
    • titleResponse string | null
    • textResponse string | null
    • structuredTagsListResponse array[string] | null
    • commonNoteID integer(int32) | null
    • errorMessageResponse string | null
GET /v6/note/forUpdate
curl \
 --request GET 'http://api.example.com/v6/note/forUpdate?id=42'