Compare commits

..

2 Commits

Author SHA1 Message Date
Vincent Young
41bba5e89f
Update release.yaml 2024-03-07 09:56:46 -05:00
Vincent Young
e286a732cb
docs: fix token usage 2024-03-07 09:49:14 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
Build:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View File

@ -67,7 +67,7 @@
### Custom Options
**The following settings are optional and not required.**
- `-port` or `-p` : Listening port. Default is `1188`.
- `-token` : Access token. If you have set it up, each request will needs to include an `Authorization` header or `token` parameter in the parameters.
- `-token` : Access token. If you have set it up, each request needs to include `Authorization` in the **Headers** or `token` parameter in the **URL Params**.
- `-authkey` : DeepL Official `AuthKey`. If you have set it up, after the 429 response, the official AuthKey will be used for the request. If multiple authKeys are used simultaneously, they need to be separated by commas.
#### Requesting a token-protected **DeepLX API** instance using the `curl`