Skip to content

API Changelog

The MILES API keeps evolving as new features land and old ones are removed. To keep API consumers up-to-date, changes in the schema – as well as changes the schema cannot express – are announced here.

To stay informed, you can subscribe via RSS too. Feed items are tagged with the kinds of changes they contain, so you can filter for releases that matter to you (e.g. only those with deprecations).

Client version 63

This release is about AI transparency in line with the EU AI Act: AI-generated content and AI interactions are now clearly marked throughout MILES, and the API gained the surface to manage those marks.

  • Added
    Operation updateFileReferences
    updates file meta data for given files.
  • Added
    Operation getFileReferences
    get metadata on files
  • Added
    Type UpdateFileReferenceInput
  • Added
    Field FileReference.uuid
  • Added
    Field FileReference.aiGenerated
    whether the file was produced by an AI feature
  • Added
    Field Group.hasAiTutor
    does the group have the ai tutor enabled?
  • Added
    Enum value Privilege.EDIT_FILE

This changelog starts with today’s release.