Enhancements to CMS fields and site configuration
The Data API now supports creating reference fields and creating multiple fields during collection creation.
- Create reference fields
To create a reference field, chooseMultiReference
orReference
as thetype
property in thefield
object. Additionally, include themetadata
property to specify thecollectionId
of the collection that the reference field will point to. You can create a reference field during collection creation using the create collection endpoint or by updating an existing collection using the create collection field endpoint. - Create fields during collection creation
You can now create multiple fields during collection creation using the create collection endpoint. Collections are limited to 60 fields per collection.
Add and manage robots.txt
- Configure
robots.txt
.
Use the following endpoints to get and update yourrobots.txt
file: