{
"shareId": "LHr1bHvCCdVCG",
"shareUrl": "https://tiro.ooo/s/LHr1bHvCCdVCG",
"sharePassword": "a1b2c3d4",
"hasPassword": true
}Create or update a share link for a note.
{} creates a link without a password.usePassword behaviorusePassword | No existing link | Existing link |
|---|---|---|
null (omit) | Create without password | Keep current state |
true | Create with password | (Re)generate password |
false | Create without password | Remove password |
sharePasswordis only included whenusePassword: true. Store it immediately — it cannot be retrieved later.
{
"shareId": "LHr1bHvCCdVCG",
"shareUrl": "https://tiro.ooo/s/LHr1bHvCCdVCG",
"sharePassword": "a1b2c3d4",
"hasPassword": true
}API key in format {id}.{secret}
Note GUID
Controls the share link password.
true — Generate password (regenerate if one exists)false — Remove password (or create without one)null / omitted — Keep current password stateShare link created or updated
Unique share link identifier
"LHr1bHvCCdVCG"
Full URL for accessing the shared note
"https://tiro.ooo/s/LHr1bHvCCdVCG"
Whether the share link has a password
true
Share link password.
usePassword: truenull in GET responses"a1b2c3d4"