Skip to content

Commit 2738a55

Browse files
authored
📝 correct supported rest api versions in docs
1 parent a5c41bf commit 2738a55

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/usage/rest-api.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,11 @@ You can also get the latest version name of GitHub API and version-module mappin
321321
from githubkit.versions import LATEST_VERSION, VERSIONS
322322
```
323323

324-
Current supported versions are: (you can find it in the section `[[tool.codegen.descriptions]]` of the `pyproject.toml` file)
324+
Current supported versions are: (you can also find it in the section `[[descriptions]]` of the `githubkit/versions/versions.lock` file)
325325

326-
- 2022-11-28 (latest)
326+
- 2026-03-10 (latest)
327+
- ghec-2026-03-10
328+
- 2022-11-28
327329
- ghec-2022-11-28
328330

329331
## REST API Pagination

0 commit comments

Comments
 (0)