resetDisplayedAttributes method

Future<Task> resetDisplayedAttributes()

Reset the displayed attributes of the index.

Implementation

Future<Task> resetDisplayedAttributes() async {
  return await _getTask(
    http.deleteMethod('/indexes/$uid/settings/displayed-attributes'),
  );
}