From 6e27c74e46f2cd229b026c41b3650b702c42f1ca Mon Sep 17 00:00:00 2001 From: Yi-Jacob Date: Thu, 3 Oct 2024 18:10:26 -0400 Subject: [PATCH] #351 - Logstash API docs issue --- src/app/adf-api-docs/df-api-docs/df-api-docs.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/adf-api-docs/df-api-docs/df-api-docs.component.ts b/src/app/adf-api-docs/df-api-docs/df-api-docs.component.ts index 5d23fae2..2f90129f 100644 --- a/src/app/adf-api-docs/df-api-docs/df-api-docs.component.ts +++ b/src/app/adf-api-docs/df-api-docs/df-api-docs.component.ts @@ -46,6 +46,7 @@ export class DfApiDocsComponent implements OnInit, AfterContentInit { this.activatedRoute.data.subscribe(({ data }) => { if (data) { if ( + data.paths['/']?.get && data.paths['/']?.get.operationId && data.paths['/']?.get.operationId === 'getSoapResources' ) {