Skip to content

Commit 6d7cb6a

Browse files
Updating docs to make the various patch operations a little clearer.
1 parent 382cfd2 commit 6d7cb6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/lib/patch.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
^2c7cfa
204204
```
205205
206-
## Append Content Below a Heading
206+
## Append, Prepend, or Replace Content Below a Heading
207207
208208
If you wanted to append the content "Hello" below "Subheading 1:1:1" under "Heading 1",
209209
you could send a request with the following headers:
@@ -216,7 +216,7 @@
216216
The above would work just fine for `prepend` or `replace`, too, of course,
217217
but with different results.
218218
219-
## Append Content to a Block Reference
219+
## Append, Prepend, or Replace Content to a Block Reference
220220
221221
If you wanted to append the content "Hello" below the block referenced by
222222
"2d9b4a" above ("More random text."), you could send the following headers:
@@ -229,7 +229,7 @@
229229
The above would work just fine for `prepend` or `replace`, too, of course,
230230
but with different results.
231231
232-
## Add a Row to a Table Referenced by a Block Reference
232+
## Append, Prepend, or Replace a Row or Rows to/in a Table Referenced by a Block Reference
233233
234234
If you wanted to add a new city ("Chicago, IL") and population ("16") pair to the table above
235235
referenced by the block reference `2c7cfa`, you could send the following

0 commit comments

Comments
 (0)