1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/data/reusables/pre-release-program/starfox-preview.md
2024-01-23 13:09:42 +00:00

12 lines
722 B
Markdown

{% note %}
**Note:** Project card details are now shown in REST API responses for project-related issue and timeline events. This feature is now available for developers to preview. For details, see the [blog post](https://developer.github.com/changes/2018-09-05-project-card-events).
To receive the `project_card` attribute, {% data variables.projects.projects_v1_boards %} must be [enabled](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository) for a repository, and you must provide a custom [media type](/rest/overview/media-types) in the `Accept` header:
```text
application/vnd.github.starfox-preview+json
```
{% endnote %}