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
Copy file name to clipboardExpand all lines: docs/api/api_blueprint.apib
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -11231,7 +11231,7 @@ Create a new session using an event_id and track_id **(Minimum Co-Organizer Acce
11231
11231
"attributes": {
11232
11232
"title": "Micropython Session",
11233
11233
"subtitle": "Title",
11234
-
"level": 1,
11234
+
"level": "1",
11235
11235
"short-abstract": "Short Abstract",
11236
11236
"long-abstract": "The Long Abstract",
11237
11237
"comments": "Comment",
@@ -11293,7 +11293,7 @@ Create a new session using an event_id and track_id **(Minimum Co-Organizer Acce
11293
11293
"attributes": {
11294
11294
"title": "Micropython Session",
11295
11295
"subtitle": null,
11296
-
"level": 1,
11296
+
"level": "1",
11297
11297
"short-abstract": null,
11298
11298
"average-rating": 4.25,
11299
11299
"long-abstract": null,
@@ -11381,7 +11381,7 @@ Get a single session. **(Public)**
11381
11381
"attributes": {
11382
11382
"title": "Micropython Session",
11383
11383
"subtitle": null,
11384
-
"level": 1,
11384
+
"level": "1",
11385
11385
"short-abstract": null,
11386
11386
"average-rating": 4.25,
11387
11387
"long-abstract": null,
@@ -11435,7 +11435,7 @@ Update a single session by `id`. **(Minimum Co-Organizer Access)**
11435
11435
"data": {
11436
11436
"attributes": {
11437
11437
"title": "Micropython Session",
11438
-
"level": 1,
11438
+
"level": "1",
11439
11439
"starts-at": "2017-06-01T10:00:00.500127+00:00",
11440
11440
"ends-at": "2017-06-01T11:00:00.500127+00:00",
11441
11441
"created-at": "2017-05-01T01:24:47.500127+00:00",
@@ -11485,7 +11485,7 @@ Update a single session by `id`. **(Minimum Co-Organizer Access)**
11485
11485
"attributes": {
11486
11486
"title": "Micropython Session",
11487
11487
"subtitle": null,
11488
-
"level": 1,
11488
+
"level": "1",
11489
11489
"short-abstract": null,
11490
11490
"average-rating": 4.25,
11491
11491
"long-abstract": null,
@@ -11548,7 +11548,7 @@ Delete a single session. **(Minimum Co-Organizer Access)**
11548
11548
+ sort (optional, string, `created-at`) - Sort the resources according to the given attribute in ascending order. Append '-' to sort in descending order.
11549
11549
+ filter (optional, string, `[]`) - Filter according to the flask-rest-jsonapi filtering system. Please refer: http://flask-rest-jsonapi.readthedocs.io/en/latest/filtering.html for more.
11550
11550
11551
-
### List Sessions [GET]
11551
+
### List Sessions under an Event [GET]
11552
11552
11553
11553
+ Request
11554
11554
@@ -11615,7 +11615,7 @@ Delete a single session. **(Minimum Co-Organizer Access)**
@@ -11645,7 +11645,7 @@ Delete a single session. **(Minimum Co-Organizer Access)**
11645
11645
+ sort (optional, string, `created-at`) - Sort the resources according to the given attribute in ascending order. Append '-' to sort in descending order.
11646
11646
+ filter (optional, string, `[]`) - Filter according to the flask-rest-jsonapi filtering system. Please refer: http://flask-rest-jsonapi.readthedocs.io/en/latest/filtering.html for more.
11647
11647
11648
-
### List Sessions [GET]
11648
+
### List Sessions under a Track [GET]
11649
11649
11650
11650
+ Request
11651
11651
@@ -11712,7 +11712,7 @@ Delete a single session. **(Minimum Co-Organizer Access)**
@@ -11742,7 +11742,7 @@ Delete a single session. **(Minimum Co-Organizer Access)**
11742
11742
+ sort (optional, string, `created-at`) - Sort the resources according to the given attribute in ascending order. Append '-' to sort in descending order.
11743
11743
+ filter (optional, string, `[]`) - Filter according to the flask-rest-jsonapi filtering system. Please refer: http://flask-rest-jsonapi.readthedocs.io/en/latest/filtering.html for more.
11744
11744
11745
-
### List Sessions [GET]
11745
+
### List Sessions under a Session Type [GET]
11746
11746
11747
11747
+ Request
11748
11748
@@ -11809,7 +11809,7 @@ Delete a single session. **(Minimum Co-Organizer Access)**
@@ -11839,7 +11839,7 @@ Delete a single session. **(Minimum Co-Organizer Access)**
11839
11839
+ sort (optional, string, `created-at`) - Sort the resources according to the given attribute in ascending order. Append '-' to sort in descending order.
11840
11840
+ filter (optional, string, `[]`) - Filter according to the flask-rest-jsonapi filtering system. Please refer: http://flask-rest-jsonapi.readthedocs.io/en/latest/filtering.html for more.
11841
11841
11842
-
### List Sessions [GET]
11842
+
### List Sessions under a Microlocation [GET]
11843
11843
11844
11844
+ Request
11845
11845
@@ -11906,7 +11906,7 @@ Delete a single session. **(Minimum Co-Organizer Access)**
@@ -11936,7 +11936,7 @@ Delete a single session. **(Minimum Co-Organizer Access)**
11936
11936
+ sort (optional, string, `created-at`) - Sort the resources according to the given attribute in ascending order. Append '-' to sort in descending order.
11937
11937
+ filter (optional, string, `[]`) - Filter according to the flask-rest-jsonapi filtering system. Please refer: http://flask-rest-jsonapi.readthedocs.io/en/latest/filtering.html for more.
11938
11938
11939
-
### List Sessions [GET]
11939
+
### List Sessions under a Speaker [GET]
11940
11940
11941
11941
+ Request
11942
11942
@@ -12003,7 +12003,7 @@ Delete a single session. **(Minimum Co-Organizer Access)**
0 commit comments