Replies: 2 comments
-
Issue created at #808 |
Beta Was this translation helpful? Give feedback.
0 replies
-
From #808 (comment)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to test the creation of notes via the API:
I get a response that looks sensible:
The
id
is 27 which is consistent with my tests with blinko - among the test blinkos added and removed this looks good.My problem: I do not see this blinko (or note, or TODO) on
https://blinko.MYDOMAIN
I do not know what to add more - I am stuck.
EDIT: A POST request to
https://blinko.MYDOMAIN/api/v1/note/detail
with"id": 27
retrieves the note with the content above.Beta Was this translation helpful? Give feedback.
All reactions