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

Modify dashboard group classes endpoint to return class data #94

Merged
merged 2 commits into from
Oct 20, 2023

Conversation

Carifio24
Copy link
Member

This PR updates the /dashboard-group-classes endpoint introduced in #93 to return the data for each class, rather than just its ID.

The new format of a successful request will be

{
    classes: [<class_1_data>, <class_2_data>]
}

where each class data object will have the id and name, etc.

CC @johnarban

@patudom patudom merged commit 829f33e into cosmicds:main Oct 20, 2023
1 check passed
@Carifio24 Carifio24 deleted the class-groups-more-data branch October 16, 2024 04:40
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 this pull request may close these issues.

2 participants