Change Log

Legend

Operation
A change to a versioned endpoint operation
Parameter
A change to an input parameter for one or more endpoint operation(s)
Model
A change to the response model for one or more endpoint operations(s)
Enum
A change to an Enum that one or more input parameter(s) use to represent a list of choices
{% for changelog_entries_by_date_objects in changelog %} {% set changelog_entries_by_date_tuple = changelog_entries_by_date_objects.items()[0] %} {% set changelog_entries_date, changelog_entries_by_type = changelog_entries_by_date_tuple %}

{{ changelog_entries_date }}

{% for changelog_entry_type, typed_changelog_entries in changelog_entries_by_type.iteritems() %}

{{ changelog_entry_type }}

{% endfor %} {% endfor %} {% include 'api/changelog-js.html' %}