Skip to content

Commit

Permalink
Fix link to ns_server swagger definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcarabine committed Feb 22, 2017
1 parent 204ae1c commit 5a46e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/rest-api/api-explorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1 class="title topictitle1" id="ariaid-title1">API Explorer</h1>
window.SwaggerTranslator.translate();
}
window.swaggerUi = new SwaggerUi({
url: 'https://s3.amazonaws.com/cb-docs-swagger/specs/sync-gateway-public.json',
url: 'https://s3.amazonaws.com/cb-docs-swagger/specs/server/5.0/ns_server.json',
dom_id: "swagger-ui-container",
supportedSubmitMethods: ['get', 'post', 'put', 'delete', 'patch'],
onComplete: function (swaggerApi, swaggerUi) {
Expand Down

0 comments on commit 5a46e09

Please sign in to comment.