Skip to content

Commit 0c15865

Browse files
authored
Merge pull request #7526 from bkclerke/main
update delivery api content index instruction and images
2 parents ea26462 + 28dbf65 commit 0c15865

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
83.6 KB
Loading
98.1 KB
Loading

16/umbraco-cms/reference/content-delivery-api/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ Once the Content Delivery API is enabled, the next step is to rebuild the Delive
5959
1. Access the Umbraco Backoffice.
6060
2. Navigate to the **Settings** section.
6161
3. Open the **Examine Management** dashboard.
62-
4. Scroll down to find the **Tools**.
62+
4. Click the **DeliveryAPIContentIndex**.
6363

64-
<figure><img src="../../.gitbook/assets/image (33).png" alt=""><figcaption><p>Use the "Rebuild index" button under Tools on the Examine Management dashboard in the Settings section.</p></figcaption></figure>
64+
<figure><img src="../../.gitbook/assets/DeliveryAPIContentIndex.png" alt=""><figcaption><p>Click the DeliveryAPIContentIndex on the Examine Management dashboard in the Settings section.</p></figcaption></figure>
6565

66-
5. Use the **Rebuild index** button.
66+
5. Scroll down and click the **Rebuild index** button.
67+
68+
<figure><img src="../../.gitbook/assets/DeliveryAPIContentIndexRebuild.png" alt=""><figcaption><p>Use the "Rebuild index" button in the DeliveryAPIContentIndex under Tools on the Examine Management dashboard in the Settings section.</p></figcaption></figure>
6769

6870
Once the index is rebuilt, the API can serve the latest content from the multiple-items endpoint.
6971

@@ -239,7 +241,7 @@ Preview: true
239241
Api-Key: my-api-key
240242
```
241243

242-
Is the API key not applied using the `Api-Key` request header, the unpublished content will not be included in the JSON response.
244+
If the API key is not applied using the `Api-Key` request header, the unpublished content will not be included in the JSON response.
243245

244246
</details>
245247

0 commit comments

Comments
 (0)