Skip to content

Commit

Permalink
fix(ess-api): [TRI-1408] Correct Swagger API documentation for ESS AP…
Browse files Browse the repository at this point in the history
…I - Details to reason of failure improved
  • Loading branch information
ds-ext-abugajewski committed Jul 19, 2023
1 parent 20eae84 commit b68c67f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/api/irs-v1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ components:
- catenaXId: urn:uuid:6c311d29-5753-46d4-b32c-19b918ea93b0
endpointURL: https://catena-x.net/vehicle/partdetails/
processingError:
errorDetail: Details to reason of Failure
errorDetail: Details to reason of failure
lastAttempt: 2022-02-03T14:48:54.709Z
processStep: SchemaValidation
retryCounter: 0
Expand Down Expand Up @@ -1341,7 +1341,7 @@ components:
- catenaXId: urn:uuid:6c311d29-5753-46d4-b32c-19b918ea93b0
endpointURL: https://catena-x.net/vehicle/partdetails/
processingError:
errorDetail: Details to reason of Failure
errorDetail: Details to reason of failure
lastAttempt: 2022-02-03T14:48:54.709Z
processStep: SchemaValidation
retryCounter: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ private Tombstone createTombstone() {
.endpointURL("https://catena-x.net/vehicle/partdetails/")
.processingError(ProcessingError.builder()
.withProcessStep(ProcessStep.SCHEMA_VALIDATION)
.withErrorDetail("Details to reason of Failure")
.withErrorDetail("Details to reason of failure")
.withLastAttempt(EXAMPLE_ZONED_DATETIME)
.withRetryCounter(0)
.build())
Expand Down

0 comments on commit b68c67f

Please sign in to comment.