From 7098e7877c2e6c80e0c1bf5509f0d106cdda5276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ADsa=20Rissi?= Date: Thu, 2 May 2024 15:18:01 -0300 Subject: [PATCH] Update naming to {plugin-name}-openapi.json --- specs/cli/plugin-edit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/cli/plugin-edit.md b/specs/cli/plugin-edit.md index bfbafede0b..cf32f321c8 100644 --- a/specs/cli/plugin-edit.md +++ b/specs/cli/plugin-edit.md @@ -64,7 +64,7 @@ _The resulting OpenAI plugin named `openai-plugins.json` will look like this:_ }, "api": { "type": "openapi", - "url": "./sliced-github.json" + "url": "./github-openapi.json" }, "logo_url": "https://example.com/logo.png", "contact_email": "githubsupport@example.com", @@ -143,7 +143,7 @@ _The resulting API Manifest named `apimanifest.json` in the `./kiota` folder (co └─github └─github-apimanifest.json # Specific API Manifest └─openai-plugins.json #OpenAI Plugin - └─sliced-github.json # Sliced and augmented OpenAPI document + └─github-openapi.json # Sliced and augmented OpenAPI document ``` [def]: https://www.ietf.org/archive/id/draft-miller-api-manifest-01.html