From b9f253dce36b725c5b59bde1b0848d03a5f37b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ADsa=20Rissi?= Date: Mon, 25 Mar 2024 12:03:04 -0300 Subject: [PATCH] Remove duplicated publisherName info Co-authored-by: Vincent Biret --- specs/cli/plugin-add.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specs/cli/plugin-add.md b/specs/cli/plugin-add.md index d4232c1cf9..9f087c99d5 100644 --- a/specs/cli/plugin-add.md +++ b/specs/cli/plugin-add.md @@ -35,7 +35,6 @@ For `apimanifest`, the mapping should follow the [OpenApi.ApiManifest lib map](h | -- | -- | | apiDependencies.Key | Defaults to the plugin name. | | publisherName | Defaults to the contact name from the OpenAPI document. If the contact name is not available, it defaults to 'publisher-name'. | -| publisherName | Defaults to the contact name from the OpenAPI document. If the contact name is not available, it defaults to 'publisher-name'. | | publisherEmail | Defaults to the contact email from the OpenAPI document. If the contact email is not available, it defaults to 'publisher-email@example.com'. | | | |