In Strapi application ,(http://localhost:1337/admin/plugins/content-manager/collectionType/application::lists.lists)
I have modified some records in Lists collection Type and then i have saved it.
i called getlist api (http://localhost:1337/list) , its returning the old data.
if i restart the strapi application , its working fine.
Is it clear now?