File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Accepted
11
11
The [ OpenAPI specification] ( https://spec.openapis.org/oas/latest.html ) is a standard for describing REST APIs and
12
12
[ Swagger UI] ( https://swagger.io/tools/swagger-ui/ ) is used to visualise and interact with a specification file in more
13
13
user-friendly manner. These are used widely used within HMPPS to document APIs,
14
- e.g. [ Prison API's OpenAPI specification] ( https://api.prison.service.justice.gov.uk/v3/api-docs )
15
- and [ Prison API's Swagger UI] ( https://api.prison.service.justice.gov.uk/swagger-ui/index.html ) . This is achieved by
14
+ e.g. [ Prison API's OpenAPI specification] ( https://prison- api.prison.service.justice.gov.uk/v3/api-docs )
15
+ and [ Prison API's Swagger UI] ( https://prison- api.prison.service.justice.gov.uk/swagger-ui/index.html ) . This is achieved by
16
16
using the [ SpringDoc OpenAPI library] ( https://springdoc.org ) and annotating the codebase which the library then uses to
17
17
expose two endpoints: one for the OpenAPI specification in JSON format and another for Swagger UI.
18
18
Original file line number Diff line number Diff line change 1
1
services :
2
2
prison-api :
3
- base-url : https://api.prison.service.justice.gov.uk
3
+ base-url : https://prison- api.prison.service.justice.gov.uk
4
4
prisoner-offender-search :
5
5
base-url : https://prisoner-search.prison.service.justice.gov.uk
6
6
probation-offender-search :
You can’t perform that action at this time.
0 commit comments