-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add documentation to several schedule endpoints #836
base: dev
Are you sure you want to change the base?
Add documentation to several schedule endpoints #836
Conversation
/// </remarks> | ||
/// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove empty space
/// studentGroupID: student group id to wich is event occurrences attached to; | ||
/// themID, mentorID: them and mentor ids | ||
/// </remarks> | ||
/// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove empty space
@@ -85,6 +114,15 @@ public async Task<ActionResult<DetailedEventOccurrenceDTO>> GetDetailedEventOccu | |||
/// <summary> | |||
/// Returns the list of events depending on the filtering rules set | |||
/// </summary> | |||
/// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove empty space
/// <remarks> | ||
/// Return result by filtering data with parameters | ||
/// </remarks> | ||
/// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove empty space
No description provided.