Skip to content

Commit

Permalink
Remove old token parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ionite34 committed Oct 8, 2024
1 parent 4fcbd65 commit 8e85da1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Patreon.Api/IPatreonApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Task<PatreonTokenResponse> GetToken(

[Get("/oauth2/v2/identity")]
Task<PatreonIdentityResponse> GetIdentity(
[Authorize] string token,
[Query] string include = "memberships.campaign,memberships.currently_entitled_tiers",
[Property] AuthorizationTokens? authorization = null,
CancellationToken cancellationToken = default
Expand Down

0 comments on commit 8e85da1

Please sign in to comment.