Skip to content

Commit

Permalink
fix typo on channel-access-token (#59)
Browse files Browse the repository at this point in the history
- fix typo
  - I cannot access to the correct page.
  - after fixed, tested to access the API page

Co-authored-by: Motoi Okuzono <mokuzono@lycorp.co.jp>
  • Loading branch information
4geru and mokuzon authored May 7, 2024
1 parent eb2bf14 commit 5580ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions channel-access-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ paths:
"/oauth2/v2.1/verify":
get:
externalDocs:
url: https://developers.line.biz/en/reference/messaging-api/#verfiy-channel-access-token-v2-1
url: https://developers.line.biz/en/reference/messaging-api/#verify-channel-access-token-v2-1
tags:
- channel-access-token
operationId: verifyChannelTokenByJWT
Expand Down Expand Up @@ -237,7 +237,7 @@ paths:
"/v2/oauth/verify":
post:
externalDocs:
url: https://developers.line.biz/en/reference/messaging-api/#verfiy-channel-access-token
url: https://developers.line.biz/en/reference/messaging-api/#verify-channel-access-token
tags:
- channel-access-token
operationId: verifyChannelToken
Expand Down

0 comments on commit 5580ac9

Please sign in to comment.