Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 6013061

Browse files
Donald BoothDonald Booth
authored andcommitted
Matched list styles
1 parent ce7bb17 commit 6013061

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/guides/v2.3/rest/generate-local.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ To view the Swagger documentation for a specific store view, use this URL:
2121

2222
The value of `store_code` must be one of the following:
2323

24-
* `default`
25-
* The assigned store code
26-
* `all`. This value only applies to the [CMS](https://glossary.magento.com/cms) and Product modules. If this value is specified, the API call affects all the merchant's stores.
24+
- `default`
25+
- The assigned store code
26+
- `all`. This value only applies to the [CMS](https://glossary.magento.com/cms) and Product modules. If this value is specified, the API call affects all the merchant's stores.
2727

2828
By default, Magento returns documentation for resources available to anonymous users across all stores. If you specify a valid value in the `api_key` text box in the upper right corner, Swagger returns documentation for all the endpoints the user has access to. To generate an API key, call the `POST /V1/integration/customer/token` or `POST /V1/integration/admin/token` as directed in [Token-based authentication]({{ page.baseurl }}/get-started/authentication/gs-authentication-token.html).
2929

src/guides/v2.4/rest/generate-local.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ To view the Swagger documentation for a specific store view, use this URL:
2121

2222
The value of `store_code` must be one of the following:
2323

24-
* `default`
25-
* The assigned store code
26-
* `all`. This value only applies to the [CMS](https://glossary.magento.com/cms) and Product modules. If this value is specified, the API call affects all the merchant's stores.
24+
- `default`
25+
- The assigned store code
26+
- `all`. This value only applies to the [CMS](https://glossary.magento.com/cms) and Product modules. If this value is specified, the API call affects all the merchant's stores.
2727

2828
By default, Magento returns documentation for resources available to anonymous users across all stores. If you specify a valid customer or admin token in the `api_key` text box in the upper right corner, Swagger returns documentation for all the endpoints the user has access to. To generate an API key, call the `POST /V1/integration/customer/token` endpoint or a 2FA endpoint such as `POST /V1/tfa/provider/google/authenticate` with the appropriate payload, as directed in [Token-based authentication]({{ page.baseurl }}/get-started/authentication/gs-authentication-token.html).
2929

0 commit comments

Comments
 (0)