From ed50f4b9ca4ec66d9d593919b88a73ca06eca2f6 Mon Sep 17 00:00:00 2001 From: Kelly Stathis Date: Mon, 8 Aug 2022 11:36:08 -0700 Subject: [PATCH] remove post/put/delete events --- openapi.yaml | 56 ---------------------------------------------------- 1 file changed, 56 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 51c9b0733..691d67f5f 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -684,22 +684,6 @@ paths: $ref: '#/components/schemas/Event' tags: - events - post: - tags: - - events - summary: Add a new event. - security: - - BasicAuth: [] - - bearerAuth: [] - requestBody: - required: true - content: - application/vnd.api+json: - schema: - $ref: '#/components/schemas/Event' - responses: - '201': - description: Created '/events/{id}': get: parameters: @@ -720,46 +704,6 @@ paths: application/vnd.api+json: schema: $ref: '#/components/schemas/Event' - put: - parameters: - - name: id - in: path - description: Event - required: true - schema: - type: string - tags: - - events - summary: Update an event. - security: - - BasicAuth: [] - - bearerAuth: [] - requestBody: - required: true - content: - application/vnd.api+json: - schema: - $ref: '#/components/schemas/Event' - responses: - '200': - description: OK - delete: - parameters: - - name: id - in: path - description: Event - required: true - schema: - type: string - tags: - - events - summary: Delete an event. - security: - - BasicAuth: [] - - bearerAuth: [] - responses: - '204': - description: No content /heartbeat: get: tags: