Docs update: /docs/sources/developers/http_api/user.md (#72430)

updated endpoint authentication
This commit is contained in:
tonypowa 2023-08-02 22:26:16 +02:00 committed by GitHub
parent 4d7d2d6519
commit 956b865a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,7 @@ See note in the [introduction]({{< ref "#user-api" >}}) for an explanation.
GET /api/users/lookup?loginOrEmail=user@mygraf.com HTTP/1.1
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
Authorization: Basic YWRtaW46YWRtaW4=
```
**Example Request using the username as option**: