Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
update response documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
ubhaller committed Jul 21, 2021
1 parent 3990b0a commit e5115e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public TransformationController(
"200 => Certificate could be validated and transformed",
"400 => Certificate can't be decoded or is invalid",
"429 => Rate limit exceeded",
"502 => BIT or Verification gateway failed"
"502 => Call to Certificate Light API or Verification Check Service failed"
})
@CrossOrigin(origins = {"https://editor.swagger.io"})
@PostMapping(path = "/certificateLight")
Expand Down Expand Up @@ -129,7 +129,7 @@ public TransformationController(
responses = {
"200 => Certificate could be validated and transformed",
"400 => Certificate can't be decoded or is invalid",
"502 => BIT or Verification gateway failed"
"502 => Call to PDF API or Verification Check Service failed"
})
@CrossOrigin(origins = {"https://editor.swagger.io"})
@PostMapping(path = "/pdf")
Expand Down

0 comments on commit e5115e2

Please sign in to comment.