1
0
mirror of synced 2026-01-30 15:01:41 -05:00
Files
docs/translations/ru-RU/data/reusables/pre-release-program/echo-preview.md
Vanessa Yuen 3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00

11 lines
501 B
Markdown

{% if currentVersion != "free-pro-team@latest" and currentVersion ver_lt "enterprise-server@2.19" %}
{% note %}
**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](/v3/media) in the `Accept` header:
```
application/vnd.github.echo-preview+json
```
{% endnote %}
{% endif %}