Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/english/guides/app-distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To enable App Distribution, visit the [Slack app settings page](http://api.slack

For **Redirect URL**, Bolt apps respond to `https://{your app's public URL domain}/slack/oauth/callback` if you go with recommended settings. To know how to configure such settings, consult the list of the available env variables below in this page.

Bolt for Java automatically includes support for [org-wide installations](/enterprise-grid/) since version `1.4.0`. Org-wide installations can be enabled in your app settings under **Org Level Apps**.
Bolt for Java automatically includes support for [org-wide installations](/enterprise) since version `1.4.0`. Org-wide installations can be enabled in your app settings under **Org Level Apps**.

### What your Bolt app does

Expand Down
2 changes: 1 addition & 1 deletion docs/english/guides/audit-logs-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang: en

# Audit Logs API

The [Audit Logs API](https://api.lack.com/docs/audit-logs-api) is used for monitoring what is happening in your [Enterprise Grid](/enterprise-grid/) organization.
The [Audit Logs API](https://api.lack.com/docs/audit-logs-api) is used for monitoring what is happening in your [Enterprise Grid](/enterprise) organization.

The Audit Logs API can be used by security information and event management (SIEM) tools to provide an analysis of how your Slack organization is being accessed. You can also use this API to write your own applications to see how members of your organization are using Slack.

Expand Down
2 changes: 1 addition & 1 deletion docs/english/guides/web-api-for-admins.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang: en

# Web API for Org Admins

The method names of a portion of [API methods](/reference/methods) start with `admin.`. These APIs are not available for all developers. They are intended to be used by [Enterprise Grid](/enterprise-grid/) organization administrators.
The method names of a portion of [API methods](/reference/methods) start with `admin.`. These APIs are not available for all developers. They are intended to be used by [Enterprise Grid](/enterprise) organization administrators.

---
## Call the Web API for org admins
Expand Down
2 changes: 1 addition & 1 deletion docs/japanese/guides/app-distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

**Redirect URL** については Bolt for Java では `https://{あなたのドメイン}/slack/oauth/callback` のような URL で応答します。この URL を変更する方法などはこのページのあとのセクションの一覧を参照してください。

Bolt for Java は、バージョン 1.4.0 から自動的に [OrG 全体へのインストール機能](/enterprise-grid/)に対応しています。OrG 全体へのインストールは、Slack アプリ管理画面の **Org Level Apps** にある設定から有効にしてください。
Bolt for Java は、バージョン 1.4.0 から自動的に [OrG 全体へのインストール機能](/enterprise)に対応しています。OrG 全体へのインストールは、Slack アプリ管理画面の **Org Level Apps** にある設定から有効にしてください。

### Bolt アプリがやること

Expand Down
2 changes: 1 addition & 1 deletion docs/japanese/guides/audit-logs-api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Audit Logs API

[Audit Logs API](/admins/audit-logs-api) は [Enterprise Grid](/enterprise-grid/) の [OrG](https://slack.com/intl/ja-jp/help/articles/360004150931) 内で発生したイベントをモニタリングするための API 群です。
[Audit Logs API](/admins/audit-logs-api) は [Enterprise Grid](/enterprise) の [OrG](https://slack.com/intl/ja-jp/help/articles/360004150931) 内で発生したイベントをモニタリングするための API 群です。

Audit Logs API は、各種 SIEM (Security Information and Event Management) ツールによって Slack の OrG がどのようにアクセスされているかの分析結果を提供するために利用されることがあります。アプリケーションを開発して OrG のメンバーがどのように Slack を使っているかを確認する用途にも利用できます。

Expand Down
2 changes: 1 addition & 1 deletion docs/japanese/guides/web-api-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ Slack slack = Slack.getInstance(config);

以下は利用可能なカスタマイズ用オプションの一覧です。

|名称|型|説明(デフォルト値)|
|名称|型|説明(デフォルト値)|
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a hidden backspace character being removed here. this was fun to troubleshoot

|-|-|-|
|**proxyUrl**|**String**|全ての Slack への通信にプロキシサーバーを有効にしたい場合、`http://localhost:8888` のような完全な URL を表現する文字列の値を指定します。 (デフォルト値: null)|
|**prettyResponseLoggingEnabled**|**boolean**|このフラグが true のとき Slack API から受け取ったレスポンスボディの JSON データを整形した上でデバッグレベルでログ出力します (デフォルト値: `false`)|
Expand Down
2 changes: 1 addition & 1 deletion docs/japanese/guides/web-api-for-admins.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OrG 管理者向け API

Slack の [API メソッド](/reference/methods) のうち、一部のメソッド名は **`admin.`** から始まっています。ご存知かもしれませんが、これらの API は全ての開発者向けのものではありません。これらは [Enterprise Grid](/enterprise-grid/) の [OrG](https://slack.com/intl/ja-jp/help/articles/360004150931) 管理者が利用するための API 群です。
Slack の [API メソッド](/reference/methods) のうち、一部のメソッド名は **`admin.`** から始まっています。ご存知かもしれませんが、これらの API は全ての開発者向けのものではありません。これらは [Enterprise Grid](/enterprise) の [OrG](https://slack.com/intl/ja-jp/help/articles/360004150931) 管理者が利用するための API 群です。

---
## OrG 管理者向け API の呼び出し
Expand Down