* Run script/new-versioning/update-not-fpt-conditionals.js * Fix a few things * Remove outdated versioning * Fix broken link Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
10 lines
341 B
Markdown
10 lines
341 B
Markdown
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
|
|
{% note %}
|
|
|
|
**Note:** To access the API with your GitHub App, you must provide a custom [media type](/v3/media) in the `Accept` Header for your requests.
|
|
|
|
`application/vnd.github.machine-man-preview+json`
|
|
|
|
{% endnote %}
|
|
{% endif %}
|