Skip to content

Commit

Permalink
Pin OpenAPI version to 3.0 for court-case-and-delius (#4559)
Browse files Browse the repository at this point in the history
Pin OpenAPI version for court-case-and-delius

Due to failure generating tech-docs: https://github.com/ministryofjustice/hmpps-probation-integration-services/actions/runs/12761754164
  • Loading branch information
marcus-bcl authored Jan 21, 2025
1 parent ea5b252 commit 5929d06
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ spring:
oauth2.roles:
- PROBATION_API__COURT_CASE__CASE_DETAIL

springdoc.default-produces-media-type: application/json
springdoc:
default-produces-media-type: application/json
api-docs.version: openapi_3_0 # until https://github.com/kevindew/openapi3_parser/pull/22 is available

delius.db.username: CourtCaseAndDelius # Should match value in [deploy/database/access.yml].

Expand Down

0 comments on commit 5929d06

Please sign in to comment.