v1.18.1
Hello! Thank you for always using Pixela.
I made several small changes:
- Changed behavior of post Pixel (
POST
request to/v1/users/<username>/graphics/<graphID>
endpoint).- Previously: returned an error if the date was already posted.
- From v1.18.1: If the date is already posted, update the information.
- Return
200 OK
forHEAD
requests for each Pixela API endpoint. - Addressed missing support for the
OPTIONS
method on some API endpoints. - Fix the graph can be displayed if the graph ID is known, even if the
isSecret
of each graph istrue
. - トップページのリンクミスを修正しました。
In Japanese
こんにちは! いつも Pixela を使ってくれてありがとうございます。
以下のような小さな変更を複数実施しました。
- Pixelの投稿(
/v1/users/<username>/graphs/<graphID>
エンドポイントへのPOST
リクエスト)の挙動を変更しました。- これまで: すでに投稿済みの日付である場合、エラーを返していました。
- v1.18.1 以降: すでに投稿済みの日付である場合、その情報を更新します。
- Pixela の各APIエンドポイントに対する
HEAD
リクエストに対して200 OK
を返すようにしました。 - 一部のAPIエンドポイントで
OPTIONS
メソッドのサポートが漏れていたものを対応しました。 - 各グラフの
isSecret
がtrue
の場合でも、グラフIDを知っている場合にはグラフを表示できるように修正しました。 - トップページのリンクミスを修正しました。