You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/4/tenants.md
+22-9Lines changed: 22 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ The Tenants API **requires** a key which can be generated using the [Tenants CLI
12
12
13
13
## Request signing
14
14
15
-
Requests to the Tenants API **must** be signed by passing the `X-Signature` header containing a base64-encoded signature of the request body.
15
+
Requests to the Tenants API **must** be signed by passing the `X-Signature` header containing the request signature.
16
16
17
17
```plain
18
18
X-Signature: request_signature_here
19
19
```
20
20
21
-
Signatures must be generated using the raw request body string and the [Tenants Private Key](../../application/configuration/multitenancy.md#tenants-key-pair).
21
+
Signatures must be generated using the raw request body string and the [Tenants Private Key](../../application/configuration/multitenancy.md#tenants-key-pair), with base64 encoding.
0 commit comments