[1] [CITE@en[Platform API Reference | Heroku Dev Center]]
( ([TIME[2014-10-08 12:23:59 +09:00]] 版))
<https://devcenter.heroku.com/articles/platform-api-reference#method-override>

[FIG(quote)[
[FIGCAPTION[
[2] [CITE@en[Platform API Reference | Heroku Dev Center]]
([TIME[2015-03-06 08:13:57 +09:00]] 版)
<https://devcenter.heroku.com/articles/platform-api-reference#method-override>
]FIGCAPTION]

> When using a client that does not support all of the methods, you can override by using a POST and setting the X-Http-Method-Override header to the desired methed. For instance, to do a PATCH request, do a POST with header X-Http-Method-Override: PATCH.

]FIG]


[FIG(quote)[
[FIGCAPTION[
[3] [CITE@ja[エンドポイント - チャットワークAPIドキュメント]]
([TIME[2015-01-05 20:48:15 +09:00]] 版)
<http://developer.chatwork.com/ja/endpoints.html>
]FIGCAPTION]

> リソースの更新や削除にはPUTやDELETEメソッドを用いる必要がありますが、それらのメソッドに対応していないクライアントのため、URLのクエリストリングに ?method=PUT や ?method=DELETE と指定することで使用したいメソッドを明示することもできます。

]FIG]
