* Add back changes from prior to purge * Manually fix some invalid Liquid * Updoot render-content * Improve test messages to show correct output * Run el scripto * Pass the remaining test
11 lines
484 B
Markdown
11 lines
484 B
Markdown
{% if currentVersion != "free-pro-team@latest" and currentVersion ver_lt "enterprise-server@2.21" %}
|
|
{% note %}
|
|
|
|
**Note:** Uninstalling {% data variables.product.prodname_github_app %}s and revoking an app's installation token are currently available for developers to preview. To access the new endpoint during the preview period, you must provide a custom [media type](/v3/media) in the `Accept` header:
|
|
```
|
|
application/vnd.github.gambit-preview+json
|
|
```
|
|
|
|
{% endnote %}
|
|
{% endif %}
|