Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danuk committed Jan 27, 2023
1 parent 6a7d0de commit 8095a37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/ru/docs/api/_index.md
Expand Up @@ -81,6 +81,12 @@ curl -H "session-id: 3f928c835ff78f836c4066c112b292c5" http://$SERVER/shm/v1/use
curl -H "login: admin" -H "password: admin" http://$SERVER/shm/v1/user
```

### Аутентификация через Query string
```go
curl http://$SERVER/shm/v1/user?session_id=3f928c835ff78f836c4066c112b292c5
```


## Список ресурсов
| Ресурс | URL |
|:---------------------------------|:--------------------------------|
Expand Down

0 comments on commit 8095a37

Please sign in to comment.