Add missing fields to semesters response
This commit is contained in:
parent
d73ae49fe9
commit
eb7163989a
1 changed files with 4 additions and 0 deletions
|
@ -1,10 +1,14 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"numerOkresu": 1,
|
"numerOkresu": 1,
|
||||||
|
"dataOd": "2023-09-01T00:00:00+02:00",
|
||||||
|
"dataDo": "2024-01-31T00:00:00+01:00",
|
||||||
"id": 12
|
"id": 12
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"numerOkresu": 2,
|
"numerOkresu": 2,
|
||||||
|
"dataOd": "2024-02-01T00:00:00+01:00",
|
||||||
|
"dataDo": "2024-08-31T00:00:00+02:00",
|
||||||
"id": 13
|
"id": 13
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue