Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GET /knowledge-graph/datasets/:id to return info about visibility #1085

Closed
1 of 2 tasks
jachro opened this issue Sep 7, 2022 · 0 comments · Fixed by #1092
Closed
1 of 2 tasks

GET /knowledge-graph/datasets/:id to return info about visibility #1085

jachro opened this issue Sep 7, 2022 · 0 comments · Fixed by #1092

Comments

@jachro
Copy link
Contributor

jachro commented Sep 7, 2022

As a renku-graph API user, I'd like the Dataset Details resource (GET /knowledge-graph/datasets/:id) to return info about the DS visibility.

Acceptance criteria:

  • visibility property to be added to the response payload of the GET /knowledge-graph/datasets/:id;
    ...
    "created": "2012-10-15T03:02:25.639Z", 
    "project":  {
      ...
      "path": "namespace1/project1-name",
      "visibility": "private"
    },
    ...
  • the value of the property to be visibility of the Project where:
    • the DS was created on first;
    • the DS is still active on it;
    • the DS has no modifications on it;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant