Data API v2
- Create reference fields
To create a reference field, choose MultiReference
or Reference
as the type
property in the field
object. Additionally, include the metadata
property to specify the collectionId
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.
- Configure
robots.txt
.
Use the following endpoints to get and update your robots.txt
file:
Data API v2 BETA
- Support for additional well-known files.
The API now supports uploading well-known files with the following requirements:
- File size must be less than 100KB per file
- Maximum of 30 files total
- Files must have one of these extensions (or no extension):
.txt
.json
.noext
- A special extension that removes other extensions when uploaded. This helps compatibility with tools that require file extensions
Example: apple-app-site-association.noext.txt
will be uploaded as apple-app-site-association
- Create Option fields
Option fields are a type of collection field that allows you to create a list of options. You can create an option field during collection creation using the create collection endpoint or by updating an existing collection using the create collection field endpoint.
Designer API