Skip to content

Commit

Permalink
fix: update scope from corporation roles job (#344)
Browse files Browse the repository at this point in the history
CCP did a change against `/corporations/{corporation_id}/roles/` endpoint related to scope usage with no disclaimer leading to unprocessable request due to invalid scopoe.
  • Loading branch information
recursivetree authored Mar 12, 2023
1 parent 12ff2f5 commit 815b538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jobs/Corporation/Roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Roles extends AbstractAuthCorporationJob
/**
* @var string
*/
protected $scope = 'esi-characters.read_corporation_roles.v1';
protected $scope = 'esi-corporations.read_corporation_membership.v1';

/**
* @var array
Expand Down

0 comments on commit 815b538

Please sign in to comment.