Resolve a wikilink to a note.
Finds the note referenced by a wikilink (e.g., [[My Note]]).
Query Parameters
link*Link
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/zettel/wikilink/resolve?link=string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}