diff --git a/templates/api.html b/templates/api.html index fbe4fd838e..dbf7af3e1d 100644 --- a/templates/api.html +++ b/templates/api.html @@ -1,9 +1,22 @@ {% extends "default.html" %} {% block "contents" %} -
Note: We recently renamed applications to fleets and are in the process of updating our API resources. Application resources continue to function correctly and can be used to work with fleets. Find out more about the changes here.
+ {% if $resource.id === "fleet" + or $resource.id === "fleet_membership_role" + or $resource.id === "fleet_tag" + or $resource.id === "fleet_config_variable" + or $resource.id === "fleet_environment_variable" + or $resource.id === "service" + or $resource.id === "team_fleet_access" + %} ++ Note: we renamed applications to fleets + and are in the process of updating our API resources. References to 'application' in fields + should be understood as synonymous with fleets. +
+ {% endif %}