Skip to content

Commit 62c10d6

Browse files
add "optout_check": 1
1 parent 7dea09e commit 62c10d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

i18n/ja/docusaurus-plugin-content-docs/current/getting-started/gs-encryption-decryption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ UID2 API のリクエストレスポンスワークフローは、以下のス
113113
[POST /token/refresh](../endpoints/post-token-refresh.md) エンドポイントでは、[POST /token/generate](../endpoints/post-token-generate.md) または [POST /token/refresh](../endpoints/post-token-refresh.md) へのコールで事前に取得した `refresh_token``refresh_response_key` の値を使用します。
114114

115115
:::note
116-
Windows の場合、PowerShell の代わりに Windows コマンドプロンプトを使用している場合は、JSON を囲むシングルクォートも削除する必要があります。例えば、`echo {"email": "[email protected]"}` とします。
116+
Windows の場合、PowerShell の代わりに Windows コマンドプロンプトを使用している場合は、JSON を囲むシングルクォートも削除する必要があります。例えば、`echo {"email": "[email protected]", "optout_check": 1}` とします。
117117
:::
118118

119119
### Prerequisites and Notes
@@ -821,4 +821,4 @@ Refresh Token Usage example:
821821
```
822822
</TabItem>
823823

824-
</Tabs>
824+
</Tabs>

0 commit comments

Comments
 (0)