From 8e7b7961faeabd274598adfe346fba62f53f98c2 Mon Sep 17 00:00:00 2001 From: Mustafa Date: Fri, 19 Apr 2024 23:20:25 +0200 Subject: [PATCH] fix: api docs --- .../apidocs/IssuersCredentialControllerApiDocs.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/eclipse/tractusx/managedidentitywallets/apidocs/IssuersCredentialControllerApiDocs.java b/src/main/java/org/eclipse/tractusx/managedidentitywallets/apidocs/IssuersCredentialControllerApiDocs.java index fd3cd081..cd3e541e 100644 --- a/src/main/java/org/eclipse/tractusx/managedidentitywallets/apidocs/IssuersCredentialControllerApiDocs.java +++ b/src/main/java/org/eclipse/tractusx/managedidentitywallets/apidocs/IssuersCredentialControllerApiDocs.java @@ -203,8 +203,7 @@ public class IssuersCredentialControllerApiDocs { @RequestBody(content = { @Content(examples = @ExampleObject(""" { - "bpn": "BPNL000000000000", - "asJwt": false + "bpn": "BPNL000000000000" } """)) }) @@ -331,8 +330,7 @@ public class IssuersCredentialControllerApiDocs { "activityType": "vehicleDismantle", "allowedVehicleBrands": [ "Audi", "Abarth", "Alfa Romeo", "Chrysler" - ], - "asJwt": false + ] } """)) }) @@ -482,7 +480,7 @@ public class IssuersCredentialControllerApiDocs { "holderIdentifier": "BPNL000000000000", "type": "SustainabilityCredential", "contract-template": "https://eclipse-tractusx.github.io/tractusx-profiles/cx/context/credentials.context.json", - "contract-version": "1.0.0", + "contract-version": "1.0.0", "asJwt": false } """),