Skip to content

Commit 8fbceb1

Browse files
committed
fix
1 parent a5eab87 commit 8fbceb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/advanced-usage/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ sidebar_position: 4
66

77
The GameVault Backend Server offers a fully documented REST API for use to everyone. With the API, you can build your own GameVault clients or 3rd party integrations and manage your libraries automatically.
88

9-
## Register a Bot User
9+
## Registering a Bot User
1010

11-
To use the GameVault API, it is recommended to register a separate user with the username prefix `gvbot_` (e.g. `gvbot_image_downloader`). The bot user will not appear in the public user list. This user will be used to authenticate your API requests. You can do this by using the Register Form in the settings tab of the GameVault App.
11+
To use the GameVault API in automations, it is recommended to register a separate user with the username prefix `gvbot_` (e.g. `gvbot_image_downloader`). The bot user will not appear in the public user list. This user will be used to authenticate your API requests. You can do this by using the Register Form in the settings tab of the GameVault App.
1212

1313
## OpenAPI Specification
1414

0 commit comments

Comments
 (0)