Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing step to install the app #109

Merged
merged 2 commits into from
Aug 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion OpenAPI/kiota/add-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ You can add your API descriptions to the search result by following these steps:

1. Add the **kiota-index** topic to your GitHub repository.
1. Add an **apis.json** or **apis.yaml** file at the root of your repository on your main branch.
1. Make sure the repository is public and that it has a description.
1. Make sure the repository has a description and:
1. The repository is public
1. Or the [kiota GitHub application](https://aka.ms/kiota/for/github) is installed on the repository, users are allowed to read the repository, and they are signed in kiota.
baywet marked this conversation as resolved.
Show resolved Hide resolved

### Example apis.yaml

Expand Down