Skip to content

Commit

Permalink
Merge pull request #9478 from DFE-Digital/update-api-docs-with-correc…
Browse files Browse the repository at this point in the history
…t-end-points

Use correct base url for api end points in the documentation
  • Loading branch information
elceebee authored Jun 21, 2024
2 parents 80d87cc + 9fc6cdb commit 3c8dbd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/api_docs/vendor_api_docs/pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ This means that if you use the major version URL, you do not need to update stud

For example, after version `1.1` is released you can use:

- <https://apply-for-teacher-training.service.gov.uk/api/v1.0> for version `1.0`
- <https://apply-for-teacher-training.service.gov.uk/api/v1.1> for version `1.1`
- <https://apply-for-teacher-training.service.gov.uk/api/v1> for version `1.1` - but if version `1.2` is released then this URL will give you version `1.2` instead
- <https://www.apply-for-teacher-training.service.gov.uk/api/v1.0> for version `1.0`
- <https://www.apply-for-teacher-training.service.gov.uk/api/v1.1> for version `1.1`
- <https://www.apply-for-teacher-training.service.gov.uk/api/v1> for version `1.1` - but if version `1.2` is released then this URL will give you version `1.2` instead

## How applications are updated

Expand Down

0 comments on commit 3c8dbd3

Please sign in to comment.