Skip to content

Commit a759745

Browse files
Sync call structure added for case linking, defendant details and defence rep API (#16)
1 parent 278158f commit a759745

File tree

3 files changed

+179
-106
lines changed

3 files changed

+179
-106
lines changed

.github/workflows/lint-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Validate JSON schema responses
7676
run: |
77-
curl -sSfL https://raw.githubusercontent.com/hmcts/api-cp-code-style/refs/heads/master/lint/scripts/ajv-validate.js -o ajv-validate.js
77+
curl -sSfL https://raw.githubusercontent.com/hmcts/api-cp-code-style/refs/heads/main/lint/scripts/ajv-validate.js -o ajv-validate.js
7878
7979
for schemaFile in $(find src/main/resources/openapi -name "*.json" ! -name "*.example.json"); do
8080
datafile="${schemaFile/.json/.example.json}"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def azureADOArtifactRepository = 'https://pkgs.dev.azure.com/hmcts/Artifacts/_pa
1919
def azureADOArtifactActor = System.getenv("AZURE_DEVOPS_ARTIFACT_USERNAME")
2020
def azureADOArtifactToken = System.getenv("AZURE_DEVOPS_ARTIFACT_TOKEN")
2121

22-
def formatterUrl = 'https://raw.githubusercontent.com/hmcts/api-cp-code-style/refs/heads/master/config/formatter/eclipse-formatter.xml'
22+
def formatterUrl = 'https://raw.githubusercontent.com/hmcts/api-cp-code-style/refs/heads/main/config/formatter/eclipse-formatter.xml'
2323
def formatterPath = "${layout.buildDirectory.get().asFile.absolutePath}/eclipse-formatter.xml"
2424

2525
java {

0 commit comments

Comments
 (0)