Enhancement(機能追加・改善) #4420
OpenPNE3 JSON API diary/post.json のサンプルリクエストの誤記
Status:
New(新規)
Priority:
Normal(通常)
Assignee:
-
Target version:
-
Start date:
2020-03-25
Due date:
% Done:
0%
Description
Overview (概要)¶
http://houou.github.io/api.php/diary_post.html
に記載のサンプルリクエストが
$ curl http://(snip)/activity/post.json?title=(snip)になっている
https://github.com/tejimaya/opDiaryPlugin/blob/dev-1.5.x/apps/api/config/routing.yml#L7-L11
diary/post.json は post しか受け付けないよう定義されているので、post リクエストのサンプルを記載すべき。
Spec (仕様)¶
http://houou.github.io/api.php/diary_post.html
に記載のサンプルリクエストを
$ curl -XPOST -d 'title=タイトル&body=本文&public_flag=1&apiKey=xxxxx' http://(snip)/diary/post.jsonに修正する
同様の記述がないかも調査したほうが良い。
History
#1 Updated by kaoru n over 4 years ago
- Description updated (diff)
#2 Updated by kaoru n over 4 years ago
- Description updated (diff)