1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Remove remaining mentions of v3 in the accept header (#28825)

remove remaining mentions of v3 in the accept header for REST requests
This commit is contained in:
Sarah Edwards
2022-06-30 08:49:39 -07:00
committed by GitHub
parent 61246a3a6e
commit 8733e39428
9 changed files with 22 additions and 40 deletions

View File

@@ -27,6 +27,6 @@ below). For more information, see the [Watcher API Change post](https://develope
There is one supported custom media type for the Starring REST API. When you use this custom media type, you will receive a response with the `starred_at` timestamp property that indicates the time the star was created. The response also has a second property that includes the resource that is returned when the custom media type is not included. The property that contains the resource will be either `user` or `repo`.
application/vnd.github.v3.star+json
application/vnd.github.star+json
For more information about media types, see "[Custom media types](/rest/overview/media-types)."