File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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:
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:
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
You can’t perform that action at this time.
0 commit comments