Skip to content

Commit a2bf1d5

Browse files
Documentation fixes.
1 parent 07c93e9 commit a2bf1d5

File tree

3 files changed

+8
-51
lines changed

3 files changed

+8
-51
lines changed

docs/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ paths:
403403
tags:
404404
- "Active File"
405405
put:
406+
parameters: []
406407
requestBody:
407408
content:
408409
"*/*":

docs/src/openapi.jsonnet

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ std.manifestYamlDoc(
146146
tags: [
147147
'Active File',
148148
],
149-
summary: 'Insert content into the currently open note in Obsidian relative to a heading within that document.\n',
150-
description: 'Inserts content into the currently-open note relative to a heading within that note.\n\n' + Patch.description,
149+
summary: 'Insert content into the currently open note in Obsidian relative to a heading, block reference, or frontmatter field within that document.\n',
150+
description: 'Inserts content into the currently-open note relative to a heading, block refeerence, or frontmatter field within that document.\n\n' + Patch.description,
151151
},
152152
delete: Delete {
153153
tags: [
@@ -178,15 +178,15 @@ std.manifestYamlDoc(
178178
'Vault Files',
179179
],
180180
summary: 'Append content to a new or existing file.\n',
181-
description: "Appends content to the end of an existing note. If the specified file does not yet exist, it will be created as an empty file.\n\nIf you would like to insert text relative to a particular heading instead of appending to the end of the file, see 'patch'.\n",
181+
description: "Appends content to the end of an existing note. If the specified file does not yet exist, it will be created as an empty file.\n\nIf you would like to insert text relative to a particular heading, block reference, or frontmatter field instead of appending to the end of the file, see 'patch'.\n",
182182
parameters+: [ParamPath],
183183
},
184184
patch: Patch {
185185
tags: [
186186
'Vault Files',
187187
],
188-
summary: 'Insert content into an existing note relative to a heading within that document.\n',
189-
description: 'Inserts content into an existing note relative to a heading within your note.\n\n' + Patch.description,
188+
summary: 'Insert content into an existing note in Obsidian relative to a heading, block reference, or frontmatter field within that document.\n',
189+
description: 'Inserts content into an existing note relative to a heading, block refeerence, or frontmatter field within that document.\n\n' + Patch.description,
190190
parameters+: [ParamPath],
191191
},
192192
delete: Delete {
@@ -325,8 +325,8 @@ std.manifestYamlDoc(
325325
tags: [
326326
'Periodic Notes',
327327
],
328-
summary: 'Insert content into a periodic note relative to a heading within that document.\n',
329-
description: 'Inserts content into an existing note relative to a heading within your note.\n\n' + Patch.description,
328+
summary: 'Insert content into a periodic note in Obsidian relative to a heading, block reference, or frontmatter field within that document.\n',
329+
description: 'Inserts content into a periodic note relative to a heading, block refeerence, or frontmatter field within that document.\n\n' + Patch.description,
330330
parameters+: [ParamPeriod],
331331
},
332332
delete: Delete {

docs/src/put.jsonnet

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)