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

List Access Info #66

Merged
merged 35 commits into from
Nov 29, 2023
Merged

List Access Info #66

merged 35 commits into from
Nov 29, 2023

Conversation

ViktorPlatz
Copy link
Contributor

@ViktorPlatz ViktorPlatz commented Nov 27, 2023

List Access info endpoint created, not called listmodelsinfo anymore because the name is misleading :)

ListModelInfo endpoint created,
Returns a list of models that user has access to and what role they have on the model, more specifically it is a list of ModelInfo, which is:

  • model_id
  • model_name
  • model_owner_id
  • user_role_on_model

closes #24

Copy link
Contributor

@williamwoldum williamwoldum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕺

@ViktorPlatz ViktorPlatz merged commit bacc6ce into main Nov 29, 2023
6 checks passed
@ViktorPlatz ViktorPlatz deleted the list-models-info branch November 29, 2023 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement ListModelsInfo API endpoint
3 participants