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
21 changes: 21 additions & 0 deletions main/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2542,6 +2542,13 @@
"docs/api/myaccount/connected-accounts/get-a-list-of-available-connections-for-connected-accounts",
"docs/api/myaccount/connected-accounts/delete-a-connected-account-by-id"
]
},
{
"group": "Consents",
"pages": [
"docs/api/myaccount/consents/list-user-consents",
"docs/api/myaccount/consents/get-a-consent-by-id"
]
}
]
}
Expand Down Expand Up @@ -5288,6 +5295,13 @@
"docs/fr-ca/api/myaccount/connected-accounts/get-a-list-of-available-connections-for-connected-accounts",
"docs/fr-ca/api/myaccount/connected-accounts/delete-a-connected-account-by-id"
]
},
{
"group": "Consents",
"pages": [
"docs/fr-ca/api/myaccount/consents/list-user-consents",
"docs/fr-ca/api/myaccount/consents/get-a-consent-by-id"
]
}
]
}
Expand Down Expand Up @@ -7745,6 +7759,13 @@
"docs/ja-jp/api/myaccount/connected-accounts/get-a-list-of-available-connections-for-connected-accounts",
"docs/ja-jp/api/myaccount/connected-accounts/delete-a-connected-account-by-id"
]
},
{
"group": "Consents",
"pages": [
"docs/ja-jp/api/myaccount/consents/list-user-consents",
"docs/ja-jp/api/myaccount/consents/get-a-consent-by-id"
]
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas post /authentication-methods/{authentication_method_i
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas delete /authentication-methods/{authentication_method
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas get /authentication-methods
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas get /authentication-methods/{authentication_method_id
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas post /authentication-methods
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas patch /authentication-methods/{authentication_method_
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas post /connected-accounts/complete
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas post /connected-accounts/connect
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas delete /connected-accounts/accounts/{id}
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas get /connected-accounts/connections
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas get /connected-accounts/accounts
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
15 changes: 15 additions & 0 deletions main/docs/api/myaccount/consents/get-a-consent-by-id.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
openapi: myaccount-api-oas get /consents/{consent_id}
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

<ApiReleaseLifecycle releaseLifecycle="planned" />
<Scopes scopes={["read:me:consents"]} />
15 changes: 15 additions & 0 deletions main/docs/api/myaccount/consents/list-user-consents.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
openapi: myaccount-api-oas get /consents
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

<ApiReleaseLifecycle releaseLifecycle="planned" />
<Scopes scopes={["read:me:consents"]} />
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas get /factors
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas post /authentication-methods/{authentication_method_i
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas delete /authentication-methods/{authentication_method
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas get /authentication-methods
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas get /authentication-methods/{authentication_method_id
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas post /authentication-methods
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas patch /authentication-methods/{authentication_method_
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas post /connected-accounts/complete
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas post /connected-accounts/connect
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas delete /connected-accounts/accounts/{id}
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas get /connected-accounts/connections
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas get /connected-accounts/accounts
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
15 changes: 15 additions & 0 deletions main/docs/fr-ca/api/myaccount/consents/get-a-consent-by-id.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
openapi: myaccount-api-oas get /consents/{consent_id}
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

<ApiReleaseLifecycle releaseLifecycle="planned" />
<Scopes scopes={["read:me:consents"]} />
15 changes: 15 additions & 0 deletions main/docs/fr-ca/api/myaccount/consents/list-user-consents.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
openapi: myaccount-api-oas get /consents
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

<ApiReleaseLifecycle releaseLifecycle="planned" />
<Scopes scopes={["read:me:consents"]} />
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ openapi: myaccount-api-oas get /factors
playground: simple
---

{/*
OAS version: 1.421.0
Snippet version: 0.0.2
*/}

import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

Expand Down
Loading
Loading