Skip to content

Commit 0764ebc

Browse files
authored
Merge pull request #179 from NHSDigital/AMB-1258-specChanges
AMB-1258: minor spec changes
2 parents 34e9a00 + ce89826 commit 0764ebc

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

specification/ambulance-analytics.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ info:
4545
4646
## Service level
4747
This API is a bronze service, meaning it is operational and supported only during business hours (8am to 6pm), Monday to Friday excluding bank holidays.
48-
48+
4949
For more details, see [service levels](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#service-levels).
50-
50+
5151
## Technology
5252
This API is [RESTful](https://digital.nhs.uk/developer/guides-and-documentation/our-api-technologies#basic-rest) and uses HTTP POST to submit data.
5353
@@ -64,7 +64,7 @@ info:
6464
6565
## Security and authorisation
6666
### Application-restricted access
67-
This access mode is [application-restricted](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation#application-restricted-apis),
67+
This API is [application-restricted](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation#application-restricted-apis),
6868
meaning we authenticate the calling application but not the end user.
6969
7070
You can use this access mode as follows:
@@ -74,8 +74,14 @@ info:
7474
* [Application-restricted RESTful API - signed JWT authentication](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation/application-restricted-restful-apis-signed-jwt-authentication)
7575
7676
## Environments and testing
77-
77+
7878
### Sandbox testing
79+
80+
|Environment | Base URL |
81+
| ----------------- | -------------------------------------------------------------------|
82+
| Sandbox | `https://sandbox.api.service.nhs.uk/ambulance-data-submission/` |
83+
| Integration test | `https://int.api.service.nhs.uk/ambulance-data-submission/` |
84+
7985
Our [sandbox environment](https://digital.nhs.uk/developer/guides-and-documentation/testing#sandbox-testing):
8086
- is for early developer testing
8187
- only covers a limited set of scenarios
@@ -115,7 +121,7 @@ paths:
115121
operationId: postData
116122
description: |
117123
## Overview
118-
Use this endpoint to submit ambulance data to DPS.
124+
Use this endpoint to submit ambulance data to DPS.
119125
## Request
120126
This endpoint does not validate the submitted payload, it only acknowledges receipt of the payload.
121127
See the [FHIR implementation guide](https://simplifier.net/Ambulance/~guides) for how to structure the payload data.
@@ -129,7 +135,7 @@ paths:
129135
properties:
130136
message:
131137
type: string
132-
description: The submission ID for the message you sent.
138+
description: The submission ID for the message you sent.
133139
examples:
134140
Example:
135141
value:

0 commit comments

Comments
 (0)