Skip to content

Commit 3560931

Browse files
authored
Fix authorization entity documentation (#2280)
The documentation stated an incorrectly unavailable authorization entity
1 parent 42cc77b commit 3560931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/security/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ So, the authorization for the requests in the example is delegated as follows:
433433

434434
| Request Target | Authorization Entity |
435435
|--------------------------------------------------------|:--------------------------------------:|
436-
| `IssuesService.Components` | <Na/><sup>1</sup> |
436+
| `IssuesService.Components` | `IssuesService.Components`<sup>3</sup> |
437437
| `IssuesService.Issues` | <Na/><sup>1</sup> |
438438
| `IssuesService.Categories` | `IssuesService.Categories`<sup>2</sup> |
439439
| `IssuesService.Components[<id>].issues` | `IssuesService.Components`<sup>3</sup> |

0 commit comments

Comments
 (0)