Data API v2

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