|
|
@@ -1,14 +1,14 @@
|
|
|
get:
|
|
|
operationId: GetPersonalEvent
|
|
|
- summary: >-
|
|
|
+ summary: |
|
|
|
Get a single personal event. [OPTIONAL:Storage]
|
|
|
- description: >-
|
|
|
+ description: |
|
|
|
**THIS IS AN OPTIONAL ENDPOINT**: This endpoint might not be implemented, as it
|
|
|
requires a server running!
|
|
|
security:
|
|
|
- authRequired: []
|
|
|
parameters:
|
|
|
- - $ref: ../../../../../components/parameters/me-event.yaml
|
|
|
+ - $ref: ../../../../../components/parameters/user-event.yaml
|
|
|
tags:
|
|
|
- Me / Events
|
|
|
responses:
|
|
|
@@ -21,15 +21,15 @@ get:
|
|
|
|
|
|
put:
|
|
|
operationId: PutPersonalEvent
|
|
|
- summary: >-
|
|
|
+ summary: |
|
|
|
Update a personal event. [OPTIONAL:Storage]
|
|
|
- description: >-
|
|
|
+ description: |
|
|
|
**THIS IS AN OPTIONAL ENDPOINT**: This endpoint might not be implemented, as it
|
|
|
requires a server running!
|
|
|
security:
|
|
|
- authRequired: []
|
|
|
parameters:
|
|
|
- - $ref: ../../../../../components/parameters/me-event.yaml
|
|
|
+ - $ref: ../../../../../components/parameters/user-event.yaml
|
|
|
tags:
|
|
|
- Me / Events
|
|
|
requestBody:
|
|
|
@@ -37,7 +37,7 @@ put:
|
|
|
content:
|
|
|
application/json:
|
|
|
schema:
|
|
|
- $ref: "../../../../../components/schemas/api/personal-event.yaml"
|
|
|
+ $ref: "../../../../../components/schemas/api/user-event.yaml"
|
|
|
responses:
|
|
|
"200":
|
|
|
$ref: ../../../../../components/responses/api/me/events/{event}/index-put-200.yaml
|
|
|
@@ -48,15 +48,15 @@ put:
|
|
|
|
|
|
delete:
|
|
|
operationId: DeletePersonalEvent
|
|
|
- summary: >-
|
|
|
+ summary: |
|
|
|
Delete a personal event. [OPTIONAL:Storage]
|
|
|
- description: >-
|
|
|
+ description: |
|
|
|
**THIS IS AN OPTIONAL ENDPOINT**: This endpoint might not be implemented, as it
|
|
|
requires a server running!
|
|
|
security:
|
|
|
- authRequired: []
|
|
|
parameters:
|
|
|
- - $ref: ../../../../../components/parameters/me-event.yaml
|
|
|
+ - $ref: ../../../../../components/parameters/user-event.yaml
|
|
|
tags:
|
|
|
- Me / Events
|
|
|
responses:
|