You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For university endpoints, there is no "create section" option. There is only a "create lesson" option and its behavior: if there is no lesson with the given code, it creates a new lesson and creates the first section with given attributes. If there is a lesson with a given code, it directly creates a new section. We should have separate create section endpoint and we can use this endpoint with create lesson endpoint.
The text was updated successfully, but these errors were encountered:
For university endpoints, there is no "create section" option. There is only a "create lesson" option and its behavior: if there is no lesson with the given code, it creates a new lesson and creates the first section with given attributes. If there is a lesson with a given code, it directly creates a new section. We should have separate create section endpoint and we can use this endpoint with create lesson endpoint.
The text was updated successfully, but these errors were encountered: