mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-19 05:25:19 +00:00
10 lines
261 B
Bash
Executable File
10 lines
261 B
Bash
Executable File
curl "https://api.m3o.com/v1/notes/Update" \
|
|
-H "Content-Type: application/json" \
|
|
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
|
-d '{
|
|
"note": {
|
|
"id": "63c0cdf8-2121-11ec-a881-0242e36f037a",
|
|
"text": "Updated note text",
|
|
"title": "Update Note"
|
|
}
|
|
}' |