Skip to content

Commit

Permalink
Merge pull request #406 from IABTechLab/gwh-APIDOCS-1940-02-remove-su…
Browse files Browse the repository at this point in the history
…mmary-doc-v2

remove v2 summary page plus update links
  • Loading branch information
genwhittTTD authored Jan 3, 2024
2 parents 5e72dee + 3346c95 commit d3b175b
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 47 deletions.
3 changes: 1 addition & 2 deletions docs/getting-started/gs-account-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ You'll need to provide at least the following information:

When you've signed a contract for participating in UID2, you'll be issued with [UID2 credentials](gs-credentials.md) and other information for getting up and running with UID2.


## API Versions

The current version of the UID2 API is [UID2 API v2](../summary-doc-v2.md). If you are using an older version, be sure to upgrade to the UID2 API v2, following the instructions in the [UID2 API v1 to v2 Upgrade Guide](https://github.com/IABTechLab/uid2docs/blob/main/api/v2/upgrades/upgrade-guide.md) on GitHub.
The current version of the UID2 API is UID2 API v2.
19 changes: 0 additions & 19 deletions docs/summary-doc-v2.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Used by: このエンドポイントは、主に広告主とデータプロバ

| Path Parameter | Data Type | Attribute | Description |
| :-------------- | :-------- | :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `{environment}` | string | Required | テスト環境: `https://operator-integ.uidapi.com`<br/>本番環境: `https://prod.uidapi.com`<br/>リージョンごとのオペレーターを含む全リストは [Environments](../summary-doc-v2.md#environments) を参照してください。 |
| `{environment}` | string | Required | テスト環境: `https://operator-integ.uidapi.com`<br/>本番環境: `https://prod.uidapi.com`<br/>リージョンごとのオペレーターを含む全リストは [Environments](../getting-started/gs-environments.md) を参照してください。 |

NOTE: インテグレーション環境と本番環境では、異なる [APIキー](../ref-info/glossary-uid.md#gl-api-key) が必要です。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Used by: このエンドポイントは、主に広告主やデータプロバ

| Path Parameter | Data Type | Attribute | Description |
| :-------------- | :-------- | :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `{environment}` | string | 必須 | テスト環境: `https://operator-integ.uidapi.com`<br/>本番環境: `https://prod.uidapi.com`<br/>リージョンごとのオペレーターを含む全リストは [Environments](../summary-doc-v2.md#environments) を参照してください。 |
| `{environment}` | string | 必須 | テスト環境: `https://operator-integ.uidapi.com`<br/>本番環境: `https://prod.uidapi.com`<br/>リージョンごとのオペレーターを含む全リストは [Environments](../getting-started/gs-environments.md) を参照してください。 |

NOTE: インテグレーション環境と本番環境では、異なる [APIキー](../ref-info/glossary-uid.md#gl-api-key) が必要です。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Used by: このエンドポイントは、主にパブリッシャーが使用

| Path Parameter | Data Type | Attribute | Description |
| :-------------- | :-------- | :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `{environment}` | string | 必須 | テスト環境: `https://operator-integ.uidapi.com`<br/>本番環境: `https://prod.uidapi.com`<br/>リージョンごとのオペレーターを含む全リストは [Environments](../summary-doc-v2.md#environments) を参照してください。 |
| `{environment}` | string | 必須 | テスト環境: `https://operator-integ.uidapi.com`<br/>本番環境: `https://prod.uidapi.com`<br/>リージョンごとのオペレーターを含む全リストは [Environments](../getting-started/gs-environments.md) を参照してください。 |

NOTE: インテグレーション環境と本番環境では、異なる [APIキー](../ref-info/glossary-uid.md#gl-api-key) が必要です。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ UID2 に興味を示していただいたら、詳細を詰めるために担当

UID2 に参加する契約を結ぶと、[UID2 credentials](gs-credentials.md)と UID2 を始めるために必要な情報が提供されます。


## API Versions

UID2 API の現在のバージョンは [UID2 API v2](../summary-doc-v2.md) です。旧バージョンをお使いの場合は、[UID2 API v1 to v2 Upgrade Guide](https://github.com/IABTechLab/uid2docs/blob/main/api-ja/v2/upgrades/upgrade-guide.md)の説明にしたがって、必ず UID2 API v2 へアップグレードしてください。

UID2 API の現在のバージョンは UID2 API v2 です。
19 changes: 0 additions & 19 deletions i18n/ja/docusaurus-plugin-content-docs/current/summary-doc-v2.md

This file was deleted.

1 change: 0 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ const sidebars = {
],
},

'summary-doc-v2',
{
type: 'category',
label: 'Endpoints (v2)',
Expand Down

0 comments on commit d3b175b

Please sign in to comment.