mirror of
https://github.com/XFox111/bonch-calendar.git
synced 2026-06-30 10:52:41 +03:00
docs: more code comments and minor style refactoring
This commit is contained in:
@@ -24,13 +24,11 @@ Accept: application/json
|
||||
|
||||
@groupId = 56606
|
||||
@facultyId = 50029
|
||||
# See remark for id
|
||||
@id = download
|
||||
GET {{Host}}/timetable/{{facultyId}}/{{groupId}}
|
||||
?id={{id}}
|
||||
?id=download
|
||||
Accept: text/calendar
|
||||
|
||||
# id parameter changes behavior for the calendar:
|
||||
# - If set to "download", nothing changes
|
||||
# - If not present, an additional event will be appended to the calendar (see Program.cs)
|
||||
# - If set to "download", nothing will happen
|
||||
# - If set to any other value, this request will be counted in active users stats (only once per ID until the next restart)
|
||||
|
||||
Reference in New Issue
Block a user