Skip to content

Commit

Permalink
fix: api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasalfiti authored and nitin-vavdiya committed May 21, 2024
1 parent 9497d3e commit 8e7b796
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ public class IssuersCredentialControllerApiDocs {
@RequestBody(content = {
@Content(examples = @ExampleObject("""
{
"bpn": "BPNL000000000000",
"asJwt": false
"bpn": "BPNL000000000000"
}
"""))
})
Expand Down Expand Up @@ -331,8 +330,7 @@ public class IssuersCredentialControllerApiDocs {
"activityType": "vehicleDismantle",
"allowedVehicleBrands": [
"Audi", "Abarth", "Alfa Romeo", "Chrysler"
],
"asJwt": false
]
}
"""))
})
Expand Down Expand Up @@ -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
}
"""),
Expand Down

0 comments on commit 8e7b796

Please sign in to comment.