We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb95f8 commit 2c682fdCopy full SHA for 2c682fd
core/src/main/java/org/openapitools/openapidiff/core/output/MarkdownRender.java
@@ -133,7 +133,7 @@ protected void listEndpoints(
133
operation.getHttpMethod().toString(),
134
operation.getPathUrl(),
135
operation.getSummary()));
136
- if (operation.getOperationId() != null && operation.getOperationId().isDifferent()) {
+ if (result(operation.getOperationId()).isDifferent()) {
137
safelyAppend(outputStreamWriter, titleH5("Operation ID:"));
138
safelyAppend(outputStreamWriter, operationId(operation.getOperationId()));
139
}
0 commit comments