mirror of https://gitee.com/bigwinds/arangodb
Doc - Small typos (#8835)
This commit is contained in:
parent
5a814d8cea
commit
5b8da9cc9f
|
@ -220,7 +220,7 @@ _Note_: It is only possible to generate this JWT token with the knowledge of the
|
|||
For your convenience it is possible to generate this token via the [ArangoDB starter CLI](../../Manual/Programs/Starter/Security.html#using-authentication-tokens).
|
||||
|
||||
Should you whish to generate the JWT token yourself with a tool of your choice, you need to include the correct body.
|
||||
The body must contain the _iss_ field with string value `arangodb` and the `server_id` field with an arbirtrary string identifier:
|
||||
The body must contain the _iss_ field with string value `arangodb` and the `server_id` field with an arbitrary string identifier:
|
||||
|
||||
```json
|
||||
{
|
||||
|
@ -282,7 +282,7 @@ HTTP layer:
|
|||
* OPTIONS
|
||||
|
||||
Please note that not all server actions allow using all of these HTTP methods.
|
||||
You should look up up the supported methods for each method you intend to use
|
||||
You should look up the supported methods for each method you intend to use
|
||||
in the manual.
|
||||
|
||||
Requests using any other HTTP method (such as for example CONNECT, TRACE etc.)
|
||||
|
|
Loading…
Reference in New Issue