Skip to content

Commit

Permalink
Update naming to {plugin-name}-openapi.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maisarissi authored May 2, 2024
1 parent 745fa49 commit 7098e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/cli/plugin-edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
Expand Down Expand Up @@ -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

0 comments on commit 7098e78

Please sign in to comment.