Add an attach_title_to_team query parameter to entity endpoints such as GET /v1/blueprints/{blueprint_identifier}/entities. This would follow the same pattern as the existing attach_title_to_relation parameter, defaulting to false to preserve backward compatibility. When set to true, each team entry in the response would include both the identifier and the title: { "identifier": "team_identifier_1", "title": "My Team Name" }.
Created by Dhananjai Govind
·