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

Commit

Permalink
Merge pull request #1968 from magento/kh_change-rest-urls
Browse files Browse the repository at this point in the history
update basepaths
  • Loading branch information
keharper authored May 3, 2018
2 parents 4ddc02c + 7ba2a7d commit fe80640
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions swagger/index_20.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
if (url && url.length > 1) {
url = decodeURIComponent(url[1]);
} else {
url = "http://devdocs.magento.com/swagger/schemas/latest-2.0.schema.json";
url = "https://devdocs.magento.com/swagger/schemas/latest-2.0.schema.json";
}

// Pre load translate...
Expand Down Expand Up @@ -109,7 +109,7 @@
<body class="swagger-section">
<div id='header'>
<div class="swagger-ui-wrap">
<a id="logo" href="http://devdocs.magento.com/guides/v2.1/rest/bk-rest.html">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REST APIs</a>
<a id="logo" href="https://devdocs.magento.com/guides/v2.1/rest/bk-rest.html">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REST APIs</a>
<!-- <form id='api_selector'>
<div class='input'><input placeholder="http://devdocs.magento.com/swagger/schemas/latest-2.0.schema.json" id="input_baseUrl" name="baseUrl" type="text"/></div>
<div class='input'><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"/></div>
Expand Down
4 changes: 2 additions & 2 deletions swagger/index_21.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
if (url && url.length > 1) {
url = decodeURIComponent(url[1]);
} else {
url = "http://devdocs.magento.com/swagger/schemas/latest-2.1.schema.json";
url = "https://devdocs.magento.com/swagger/schemas/latest-2.1.schema.json";
}

// Pre load translate...
Expand Down Expand Up @@ -109,7 +109,7 @@
<body class="swagger-section">
<div id='header'>
<div class="swagger-ui-wrap">
<a id="logo" href="http://devdocs.magento.com/guides/v2.1/rest/bk-rest.html">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REST APIs</a>
<a id="logo" href="https://devdocs.magento.com/guides/v2.1/rest/bk-rest.html">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REST APIs</a>
<!-- <form id='api_selector'>
<div class='input'><input placeholder="http://devdocs.magento.com/swagger/schemas/latest.json" id="input_baseUrl" name="baseUrl" type="text"/></div>
<div class='input'><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"/></div>
Expand Down
4 changes: 2 additions & 2 deletions swagger/index_22.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
if (url && url.length > 1) {
url = decodeURIComponent(url[1]);
} else {
url = "http://devdocs.magento.com/swagger/schemas/latest-2.2.schema.json";
url = "https://devdocs.magento.com/swagger/schemas/latest-2.2.schema.json";
}

// Pre load translate...
Expand Down Expand Up @@ -109,7 +109,7 @@
<body class="swagger-section">
<div id='header'>
<div class="swagger-ui-wrap">
<a id="logo" href="http://devdocs.magento.com/swagger/schemas/latest-2.2.schema.json">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REST APIs</a>
<a id="logo" href="https://devdocs.magento.com/swagger/schemas/latest-2.2.schema.json">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REST APIs</a>
<!-- <form id='api_selector'>
<div class='input'><input placeholder="http://devdocs.magento.com/swagger/schemas/latest.json" id="input_baseUrl" name="baseUrl" type="text"/></div>
<div class='input'><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"/></div>
Expand Down
4 changes: 2 additions & 2 deletions swagger/index_23.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
if (url && url.length > 1) {
url = decodeURIComponent(url[1]);
} else {
url = "http://devdocs.magento.com/swagger/schemas/latest-2.2.schema.json";
url = "https://devdocs.magento.com/swagger/schemas/latest-2.2.schema.json";
}

// Pre load translate...
Expand Down Expand Up @@ -109,7 +109,7 @@
<body class="swagger-section">
<div id='header'>
<div class="swagger-ui-wrap">
<a id="logo" href="http://devdocs.magento.com/swagger/schemas/latest-2.2.schema.json">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REST APIs</a>
<a id="logo" href="https://devdocs.magento.com/swagger/schemas/latest-2.2.schema.json">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REST APIs</a>
<!-- <form id='api_selector'>
<div class='input'><input placeholder="http://devdocs.magento.com/swagger/schemas/latest.json" id="input_baseUrl" name="baseUrl" type="text"/></div>
<div class='input'><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"/></div>
Expand Down

0 comments on commit fe80640

Please sign in to comment.