get https://try.count.ly/i/notes/save?api_key=&app_id=&args=
Saves new note or updates existing note
Information about notes is provided in args parameter, which is stringified JSON
Values that can be included in args are:
Param name | Required | Type | Description |
---|---|---|---|
_id | No | String | Note ID passed only when editing note. |
note | Yes | String | Text for this note |
ts | Yes | Integer | Timestamp for this note |
noteType | Yes | "private" or "shared" or "public" | Type of note. Private is only visible for owner. Shared is visible for users it is shared with. Public is visible for all users. |
color | Yes | Integer | Color number (1 - 6) represents one of colors: #79a3e9, #70bbb8, #e2bc33, #a786cd, #dd6b67, #ece176 |
No | Array with strings | Used when creating shared note. Email of Countly users to share note with. |