Skip to content

Commit a26595c

Browse files
chore : rename doc folders
1 parent fdc5426 commit a26595c

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

client/src/docs/asciidoc/api-app.adoc

+12-12
Original file line numberDiff line numberDiff line change
@@ -17,41 +17,41 @@
1717
=== Access Token
1818
==== Request
1919
===== Payload
20-
include::{snippets}/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/http-request.adoc[]
20+
include::{snippets}/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/http-request.adoc[]
2121
====== Header
22-
include::{snippets}/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/request-headers.adoc[]
22+
include::{snippets}/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/request-headers.adoc[]
2323
====== Parameters
24-
include::{snippets}/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/form-parameters.adoc[]
24+
include::{snippets}/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/form-parameters.adoc[]
2525
====== Body
2626
'application/x-www-form-urlencoded'
2727

2828
==== Response
29-
include::{snippets}/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/response-body.adoc[]
29+
include::{snippets}/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/response-body.adoc[]
3030

3131

3232
=== Refresh Token
3333

3434
==== Request
3535
===== Payload
36-
include::{snippets}/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/http-request.adoc[]
36+
include::{snippets}/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/http-request.adoc[]
3737
====== Header
38-
include::{snippets}/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/request-headers.adoc[]
38+
include::{snippets}/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/request-headers.adoc[]
3939
====== Parameters
40-
include::{snippets}/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/form-parameters.adoc[]
40+
include::{snippets}/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/form-parameters.adoc[]
4141
====== Body
4242
'application/x-www-form-urlencoded'
4343

4444
==== Response
45-
include::{snippets}/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/response-body.adoc[]
45+
include::{snippets}/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/response-body.adoc[]
4646

4747

4848
=== Logout
4949

5050
==== Request
5151
===== Payload
52-
include::{snippets}/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/http-request.adoc[]
52+
include::{snippets}/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/http-request.adoc[]
5353
====== Header
54-
include::{snippets}/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/request-headers.adoc[]
54+
include::{snippets}/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/request-headers.adoc[]
5555
====== Parameters
5656

5757
X
@@ -61,5 +61,5 @@ X
6161
X
6262

6363
==== Response
64-
include::{snippets}/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/response-body.adoc[]
65-
include::{snippets}/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/response-fields.adoc[]
64+
include::{snippets}/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/response-body.adoc[]
65+
include::{snippets}/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/response-fields.adoc[]

lib/src/docs/asciidoc/api-app.adoc

+12-12
Original file line numberDiff line numberDiff line change
@@ -17,41 +17,41 @@
1717
=== Access Token
1818
==== Request
1919
===== Payload
20-
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/http-request.adoc[]
20+
include::../../../../client/target/generated-snippets/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/http-request.adoc[]
2121
====== Header
22-
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/request-headers.adoc[]
22+
include::../../../../client/target/generated-snippets/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/request-headers.adoc[]
2323
====== Parameters
24-
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/form-parameters.adoc[]
24+
include::../../../../client/target/generated-snippets/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/form-parameters.adoc[]
2525
====== Body
2626
'application/x-www-form-urlencoded'
2727

2828
==== Response
29-
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/response-body.adoc[]
29+
include::../../../../client/target/generated-snippets/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/response-body.adoc[]
3030

3131

3232
=== Refresh Token
3333

3434
==== Request
3535
===== Payload
36-
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/http-request.adoc[]
36+
include::../../../../client/target/generated-snippets/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/http-request.adoc[]
3737
====== Header
38-
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/request-headers.adoc[]
38+
include::../../../../client/target/generated-snippets/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/request-headers.adoc[]
3939
====== Parameters
40-
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/form-parameters.adoc[]
40+
include::../../../../client/target/generated-snippets/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/form-parameters.adoc[]
4141
====== Body
4242
'application/x-www-form-urlencoded'
4343

4444
==== Response
45-
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/response-body.adoc[]
45+
include::../../../../client/target/generated-snippets/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/response-body.adoc[]
4646

4747

4848
=== Logout
4949

5050
==== Request
5151
===== Payload
52-
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/http-request.adoc[]
52+
include::../../../../client/target/generated-snippets/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/http-request.adoc[]
5353
====== Header
54-
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/request-headers.adoc[]
54+
include::../../../../client/target/generated-snippets/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/request-headers.adoc[]
5555
====== Parameters
5656

5757
X
@@ -61,5 +61,5 @@ X
6161
X
6262

6363
==== Response
64-
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/response-body.adoc[]
65-
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/response-fields.adoc[]
64+
include::../../../../client/target/generated-snippets/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/response-body.adoc[]
65+
include::../../../../client/target/generated-snippets/token-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/response-fields.adoc[]

0 commit comments

Comments
 (0)