Skip to content

Commit

Permalink
Merge pull request #82 from Tune-Fun/fix/interaction/follow/api_doc
Browse files Browse the repository at this point in the history
fix(interaction) follow
  • Loading branch information
habinkim authored Jun 18, 2024
2 parents 31fe7cf + 3cef4f0 commit cc578cf
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/docs/asciidoc/interaction-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,18 @@ operation::like-vote-paper-success[snipeets='http-request,http-response,path-par

==== 성공

operation::unlike-vote-paper-success[snipeets='http-request,http-response,path-parameter,response-fields']
operation::unlike-vote-paper-success[snipeets='http-request,http-response,path-parameter,response-fields']

== Follow API

=== 팔로우 API

==== 성공

operation::follow-success[snipeets='http-request,http-response,path-parameter,response-fields']

=== 팔로우 취소 API

==== 성공

operation::unfollow-success[snipeets='http-request,http-response,path-parameter,response-fields']

0 comments on commit cc578cf

Please sign in to comment.