We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbf57a commit 2fabb88Copy full SHA for 2fabb88
1 file changed
content/rest/about-the-rest-api/api-versions.md
@@ -32,7 +32,7 @@ You should use the `X-GitHub-Api-Version` header to specify an API version. For
32
curl {% data reusables.rest-api.version-header %} https://api.github.com/zen
33
```
34
35
-Requests without the `X-GitHub-Api-Version` header will default to use the `{{ initialRestVersioningReleaseDate }}` version.
+Requests without the `X-GitHub-Api-Version` header will default to use the `2022-11-28` version.
36
37
If you specify an API version that is no longer supported, you will receive a `400` error.
38
0 commit comments