We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 519cbfe + 16451b3 commit a0596bfCopy full SHA for a0596bf
charts/probate-orchestrator-service/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: probate-orchestrator-service
3
home: https://github.com/hmcts/probate-orchestrator-service
4
-version: 1.0.49
+version: 1.0.50
5
description: HMCTS Probate Orchestrator Service
6
maintainers:
7
- name: HMCTS Probate Team
src/main/java/uk/gov/hmcts/probate/client/submit/SubmitServiceApi.java
@@ -93,7 +93,7 @@ ProbateCaseDetails saveCase(
93
);
94
95
@PostMapping(
96
- value = "/cases/initate",
+ value = "/cases/initiate",
97
headers = CONTENT_TYPE + "=" + APPLICATION_JSON_VALUE
98
)
99
ProbateCaseDetails initiateCase(
0 commit comments