Adding content to our item
In the previous two guides we creating an item with a custom structure and then saved the custom structure as a template and reused it on another item.
In this guide we'll add content to our item.
Adding content to GatherContent items via the API
Content can be added both when first creating an item and as its own update content call.
Content is defined by mapping the structure's field UUIDs and the item's ID in the call, to let the API know which field should receive which content.
Below is a recipe that shows how we would map content into the item we made in the previous guide:
🦉
Course Content: Adding content to an item
Open Recipe
Updated about 3 years ago