Skip to content

Commit

Permalink
VACMS-18108: Aligns the source uls with other migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane committed Jun 7, 2024
1 parent 1bd3ff5 commit abc7097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/sync/migrate_plus.migration.va_node_facility_nca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ source:
data_parser_plugin: json
urls:
- 'https://sandbox-api.va.gov/services/va_facilities/v1/facilities?per_page=1000'
- 'https://sandbox-api.va.gov/services/va_facilities/v1/facilities?per_page=1000&page=2'
- 'https://sandbox-api.va.gov/services/va_facilities/v1/facilities?per_page=1000&page=3'
headers:
Accept: application/json
apikey: 'DEFINED IN settings.php'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ source:
urls:
# This gets overridden in settings.php.
- 'https://sandbox-api.va.gov/services/va_facilities/v1/facilities?per_page=1000'
- 'https://sandbox-api.va.gov/services/va_facilities/v1/facilities?per_page=1000&pag“e=2'
- 'https://sandbox-api.va.gov/services/va_facilities/v1/facilities?per_page=1000&page=3'
headers:
Accept: application/json
apikey: 'DEFINED IN settings.php'
Expand Down

0 comments on commit abc7097

Please sign in to comment.