Fix metadata playground not accessible (#13446)

as title


## Issue
<img width="982" height="487" alt="image"
src="https://github.com/user-attachments/assets/536567a3-ec36-45ed-b928-5ba4fd98ea70"
/>
This commit is contained in:
martmull
2025-07-25 17:26:29 +02:00
committed by GitHub
parent 8ea816b7ef
commit c59eb20886

View File

@ -283,6 +283,8 @@ export class OpenApiService {
}, },
}; };
schema.tags = computeSchemaTags(webhookAndApiKeyObjectMetadataItems);
return schema; return schema;
} }