From 4c1691a0421a5898fc23a8fe330a6411e41e555e Mon Sep 17 00:00:00 2001 From: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Date: Fri, 17 Mar 2023 12:36:50 +0100 Subject: [PATCH] docs: update data index docs (#72) Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> --- docs/guide/data_indices.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/guide/data_indices.md b/docs/guide/data_indices.md index 8c17c2c3..12394ecc 100644 --- a/docs/guide/data_indices.md +++ b/docs/guide/data_indices.md @@ -55,7 +55,7 @@ In addition, it is possible to specify non-default `type` of data index. For mor indices = api.data_indices.list(PROJ_KEY) for item in indices: - print(item.key, item.name) + print(item.source.index_key, item.name) # If your project uses Pandas, you can easily convert the list of projects to a Dataframe import pandas as pd @@ -165,5 +165,3 @@ Attachments can be added to an index item in a project. Briefly, attachments hav attachment_key=attachment_key, # optional ) ``` - ---- \ No newline at end of file