Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

Commit

Permalink
Remove title params from review
Browse files Browse the repository at this point in the history
  • Loading branch information
shimbaco committed Feb 18, 2018
1 parent de1a619 commit 48445e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/api/v1/me-reviews.md
Expand Up @@ -110,7 +110,7 @@ $ curl -X POST "https://api.annict.com/v1/me/reviews?work_id=3994&title=あぁ^
## リクエスト例

```
$ curl -X PATCH "https://api.annict.com/v1/me/reviews/595?title=あぁ^~心がぴょんぴょんするんじゃぁ^~&body=みんなかわいい!!&rating_animation_state=good&rating_music_state=good&rating_story_state=good&rating_character_state=great&rating_overall_state=great&access_token=(access_token)"
$ curl -X PATCH "https://api.annict.com/v1/me/reviews/595?body=みんなかわいい!!&rating_animation_state=good&rating_music_state=good&rating_story_state=good&rating_character_state=great&rating_overall_state=great&access_token=(access_token)"
```

```json
Expand Down

0 comments on commit 48445e7

Please sign in to comment.