Skip to content

Commit

Permalink
Tweak doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dewantawsif committed Jan 8, 2025
1 parent d24d726 commit c8bbdd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ Do note that `OptIn` annotation is not included in the returned list
```kotlin
@AuthRequired(optional = true)
@POST("comments")
suspend fun getCommentsById(
suspend fun postComment(
@Query("issue") issue: String,
@Query("message") message: String,
): List<Comment>
```
Expand Down

0 comments on commit c8bbdd2

Please sign in to comment.