|
@@ -0,0 +1,43 @@
|
|
|
|
|
+post:
|
|
|
|
|
+ operationId: PostPlanLecture
|
|
|
|
|
+ summary: |
|
|
|
|
|
+ Add a lecture to a plan. [OPTIONAL:Storage]
|
|
|
|
|
+ description: |
|
|
|
|
|
+ **THIS IS AN OPTIONAL ENDPOINT**: This endpoint might not be implemented, as it
|
|
|
|
|
+ requires a server running!
|
|
|
|
|
+ security:
|
|
|
|
|
+ - authRequired: []
|
|
|
|
|
+ parameters:
|
|
|
|
|
+ - $ref: ../../../../../../../components/parameters/user-plan.yaml
|
|
|
|
|
+ - $ref: ../../../../../../../components/parameters/lecture.yaml
|
|
|
|
|
+ tags:
|
|
|
|
|
+ - Me / Plans / Lectures
|
|
|
|
|
+ responses:
|
|
|
|
|
+ "204":
|
|
|
|
|
+ $ref: ../../../../../../../components/responses/204.yaml
|
|
|
|
|
+ "401":
|
|
|
|
|
+ $ref: ../../../../../../../components/responses/401.yaml
|
|
|
|
|
+ "404":
|
|
|
|
|
+ $ref: ../../../../../../../components/responses/404.yaml
|
|
|
|
|
+
|
|
|
|
|
+delete:
|
|
|
|
|
+ operationId: DeletePlanLecture
|
|
|
|
|
+ summary: |
|
|
|
|
|
+ Delete a lecture from a plan. [OPTIONAL:Storage]
|
|
|
|
|
+ description: |
|
|
|
|
|
+ **THIS IS AN OPTIONAL ENDPOINT**: This endpoint might not be implemented, as it
|
|
|
|
|
+ requires a server running!
|
|
|
|
|
+ security:
|
|
|
|
|
+ - authRequired: []
|
|
|
|
|
+ parameters:
|
|
|
|
|
+ - $ref: ../../../../../../../components/parameters/user-plan.yaml
|
|
|
|
|
+ - $ref: ../../../../../../../components/parameters/lecture.yaml
|
|
|
|
|
+ tags:
|
|
|
|
|
+ - Me / Plans / Lectures
|
|
|
|
|
+ responses:
|
|
|
|
|
+ "204":
|
|
|
|
|
+ $ref: ../../../../../../../components/responses/204.yaml
|
|
|
|
|
+ "401":
|
|
|
|
|
+ $ref: ../../../../../../../components/responses/401.yaml
|
|
|
|
|
+ "404":
|
|
|
|
|
+ $ref: ../../../../../../../components/responses/404.yaml
|