Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api/rest_api/rest_api_authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,11 @@ X-CSRF-Token: 23lk.neri34ijajedfw39orj-3j93

### Configuration

See [JWT authentication](#jwt-authentication) or GraphQL.
See [JWT authentication](development_security.md#jwt-authentication) for configuration instructions.

### Usage example

After you [configure JWT authentication](development_security.md#jwt-authentication) at least for REST, you can get the JWT token through the following request:
After you configure JWT authentication for REST, you can get the JWT token through the following request:

=== "XML"

Expand Down
Loading