Skip to content

Commit 047ed56

Browse files
committed
OpenAPI spec
1 parent 42342fa commit 047ed56

File tree

5 files changed

+200
-0
lines changed

5 files changed

+200
-0
lines changed

frontends/api/src/generated/v0/api.ts

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontends/api/src/generated/v1/api.ts

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

learning_resources_search/serializers_test.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@
157157
"resource_type": "course",
158158
"platform": {"name": "globalalumni"},
159159
"is_learning_material": False,
160+
"next_start_date": "2023-09-26T06:00:00Z",
161+
"best_run_id": 633,
160162
},
161163
}
162164
],
@@ -302,6 +304,8 @@
302304
"resource_type": "course",
303305
"platform": {"name": "globalalumni"},
304306
"is_learning_material": False,
307+
"next_start_date": "2023-09-26T06:00:00Z",
308+
"best_run_id": 633,
305309
}
306310
],
307311
"metadata": {
@@ -377,6 +381,8 @@
377381
"course_feature": [],
378382
"is_learning_material": True,
379383
"user_list_parents": [],
384+
"next_start_date": None,
385+
"best_run_id": None,
380386
},
381387
}
382388
],
@@ -551,6 +557,8 @@
551557
"course_feature": [],
552558
"is_learning_material": True,
553559
"user_list_parents": [],
560+
"next_start_date": None,
561+
"best_run_id": None,
554562
}
555563
],
556564
"metadata": {

0 commit comments

Comments
 (0)