Skip to content

Commit

Permalink
delete appointment preferences (#19304)
Browse files Browse the repository at this point in the history
  • Loading branch information
aherzberg authored Nov 12, 2024
1 parent c5d8fd4 commit a05bf9f
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 657 deletions.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions modules/mobile/config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
get '/appointments/facilities/:facility_id/clinics', to: 'clinics#index'
get '/appointments/facilities/:facility_id/clinics/:clinic_id/slots', to: 'clinics#slots'
get '/appointments/facilities/:facility_id/slots', to: 'clinics#facility_slots'
get '/appointments/preferences', to: 'appointment_preferences#show'
put '/appointments/preferences', to: 'appointment_preferences#update'
post '/appointments/check-in', to: 'check_in#create'
patch '/appointments/check-in/demographics', to: 'check_in_demographics#update'
post '/appointment', to: 'appointments#create'
Expand Down
72 changes: 0 additions & 72 deletions modules/mobile/docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -721,78 +721,6 @@ paths:
security:
- Bearer: [ ]
summary: /v0/appointments/facilities/{facility_id}/clinics/{clinic_id}/slots
/v0/appointments/preferences:
get:
description: Returns VAOS appointment contact preferences
parameters:
- $ref: '#/components/parameters/InflectionHeader'
responses:
'200':
content:
application/json:
schema:
$ref: ./schemas/AppointmentPreferences.yml
description: OK
'401':
$ref: '#/components/responses/401'
'403':
$ref: '#/components/responses/403'
'404':
$ref: '#/components/responses/404'
'408':
$ref: '#/components/responses/408'
'422':
$ref: '#/components/responses/422'
'500':
$ref: '#/components/responses/500'
'502':
$ref: '#/components/responses/502'
'503':
$ref: '#/components/responses/503'
'504':
$ref: '#/components/responses/504'
security:
- Bearer: [ ]
summary: /v0/appointments/preferences
put:
description: updates VAOS appointment preferences
parameters:
- $ref: '#/components/parameters/InflectionHeader'
requestBody:
content:
application/json:
schema:
$ref: ./schemas/AppointmentPreferencesRequest.yml
description: Preferences data to update
required: true
responses:
'200':
content:
application/json:
schema:
$ref: ./schemas/AppointmentPreferences.yml
description: OK
'401':
$ref: '#/components/responses/401'
'403':
$ref: '#/components/responses/403'
'404':
$ref: '#/components/responses/404'
'408':
$ref: '#/components/responses/408'
'422':
$ref: '#/components/responses/422'
'500':
$ref: '#/components/responses/500'
'502':
$ref: '#/components/responses/502'
'503':
$ref: '#/components/responses/503'
'504':
$ref: '#/components/responses/504'
security:
- Bearer: []
summary: /v0/appointments/preferences
/v0/appointments/va/eligibility:
get:
description: Lists types of service. For each type of service, lists users registered facilities that support request and direct appointments.
Expand Down
45 changes: 0 additions & 45 deletions modules/mobile/docs/schemas/AppointmentPreferences.yml

This file was deleted.

20 changes: 0 additions & 20 deletions modules/mobile/docs/schemas/AppointmentPreferencesRequest.yml

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions modules/mobile/spec/support/schemas/appointment_preferences.json

This file was deleted.

Loading

0 comments on commit a05bf9f

Please sign in to comment.