Skip to content

Commit

Permalink
#418: Remove Calendar API V1 implementation and related endpoint
Browse files Browse the repository at this point in the history
Eliminated the CalendarApiV1Controller and its associated iCal endpoint from the OpenAPI specification. This marks the removal of deprecated functionality to streamline the codebase and API surface.
  • Loading branch information
janoliver20 committed Dec 12, 2024
1 parent 22252f6 commit 7f148ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.

This file was deleted.

18 changes: 0 additions & 18 deletions src/main/resources/openapi/ExternalAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,24 +97,6 @@ paths:
'401':
$ref: '#/components/responses/UnauthorizedApiKey'

/calendar/studies/{studyId}/calendar.ics:
get:
tags:
- calendar
description: Get study calendar for study as iCal
operationId: getStudyCalendar
parameters:
- $ref: '#/components/parameters/StudyId'
responses:
'200':
description: Successfully returned study calendar
content:
text/calendar:
schema:
type: string
'404':
description: Not found

components:
schemas:
EndpointDataBulk:
Expand Down

0 comments on commit 7f148ec

Please sign in to comment.