[Schema Inaccuracy] Wrong media types in rest/gists/comments.md

オープン 初心者向け
#5,869 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
1/5
見積もり時間
1時間未満
初心者へのやさしさ
68/100
issue の種類
ドキュメント
明瞭さ
明確に書かれている
活発さ
停滞
技術スタック
openapi
領域
documentation

調査の方向性

rest/gists/comments.md を開き、そこに記載されているメディアタイプと報告されている API の動作を比較します。不正確な base64 メディアタイプのエントリを削除し、レンダリングされた Gists コメントのドキュメントで、そのエンコーディングが利用可能だと記載されなくなっていることを確認します。

索引モデルが issue の本文から書いたものです。

説明

feature

Schema Inaccuracy

The media types are wrong on the page https://docs.github.com/en/rest/gists/comments

The docs claim there to be a "base64" encoding, but there is none, and there hasn't been such encoding for more than 3 years, possibly since forever.

Expected

Remove the inaccurate documentation. The base64 feature is not available, and hasn't been available for at least 3 years, possibly has never been available.

Reproduction Steps

$ date --utc && curl --silent -H "Accept: application/vnd.github.base64+json" https://api.github.com/gists/9257657/comments/1221189 | grep body 
Thu  8 Jan 19:20:52 UTC 2026
  "body": "Thanks, Octocat!\n"
主要言語
言語のデータがありません
スター
1.6k
フォーク
342
平均マージ
3時間 33分
マージ済み PR(30日)
51

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/rest-api-description のほかの issue

github/rest-api-description の issue をすべて見る

似ている issue

Documentation の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。