LimeRFE USB support: REST API fixes: HTML2 doc

This commit is contained in:
f4exb 2020-01-14 01:11:54 +01:00
parent 17d109b78b
commit 6ba2e3c7bb
2 changed files with 2 additions and 174 deletions

View File

@ -25695,49 +25695,6 @@ $(document).ready(function() {
</div>
</div>
<h3> Status: 404 - LimeRFE device not found </h3>
<ul class="nav nav-tabs nav-tabs-examples" >
<li class="active">
<a data-toggle="tab" href="#responses-instanceLimeRFEConfigPut-404-schema">Schema</a>
</li>
</ul>
<div class="tab-content" style='margin-bottom: 10px;'>
<div class="tab-pane active" id="responses-instanceLimeRFEConfigPut-404-schema">
<div id='responses-instanceLimeRFEConfigPut-404-schema-404' style="padding: 30px; border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee;">
<script>
$(document).ready(function() {
var schemaWrapper = {
"description" : "LimeRFE device not found",
"schema" : {
"$ref" : "#/definitions/ErrorResponse"
}
};
var schema = schemaWrapper.schema;
if (schema.$ref != null) {
schema = defsParser.$refs.get(schema.$ref);
} else {
schemaWrapper.definitions = Object.assign({}, defs);
$RefParser.dereference(schemaWrapper).catch(function(err) {
console.log(err);
});
}
//console.log(JSON.stringify(schema));
var view = new JSONSchemaView(schema, 3);
$('#responses-instanceLimeRFEConfigPut-404-schema-data').val(stringify(schema));
var result = $('#responses-instanceLimeRFEConfigPut-404-schema-404');
result.empty();
result.append(view.render());
});
</script>
</div>
<input id='responses-instanceLimeRFEConfigPut-404-schema-data' type='hidden' value=''></input>
</div>
</div>
<h3> Status: 500 - Error </h3>
<ul class="nav nav-tabs nav-tabs-examples" >
@ -26168,49 +26125,6 @@ $(document).ready(function() {
</div>
</div>
<h3> Status: 404 - LimeRFE device not found </h3>
<ul class="nav nav-tabs nav-tabs-examples" >
<li class="active">
<a data-toggle="tab" href="#responses-instanceLimeRFERunPut-404-schema">Schema</a>
</li>
</ul>
<div class="tab-content" style='margin-bottom: 10px;'>
<div class="tab-pane active" id="responses-instanceLimeRFERunPut-404-schema">
<div id='responses-instanceLimeRFERunPut-404-schema-404' style="padding: 30px; border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee;">
<script>
$(document).ready(function() {
var schemaWrapper = {
"description" : "LimeRFE device not found",
"schema" : {
"$ref" : "#/definitions/ErrorResponse"
}
};
var schema = schemaWrapper.schema;
if (schema.$ref != null) {
schema = defsParser.$refs.get(schema.$ref);
} else {
schemaWrapper.definitions = Object.assign({}, defs);
$RefParser.dereference(schemaWrapper).catch(function(err) {
console.log(err);
});
}
//console.log(JSON.stringify(schema));
var view = new JSONSchemaView(schema, 3);
$('#responses-instanceLimeRFERunPut-404-schema-data').val(stringify(schema));
var result = $('#responses-instanceLimeRFERunPut-404-schema-404');
result.empty();
result.append(view.render());
});
</script>
</div>
<input id='responses-instanceLimeRFERunPut-404-schema-data' type='hidden' value=''></input>
</div>
</div>
<h3> Status: 500 - Error </h3>
<ul class="nav nav-tabs nav-tabs-examples" >
@ -31695,7 +31609,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2020-01-12T00:34:18.665+01:00
Generated 2020-01-14T01:04:56.442+01:00
</div>
</div>
</div>

View File

@ -25695,49 +25695,6 @@ $(document).ready(function() {
</div>
</div>
<h3> Status: 404 - LimeRFE device not found </h3>
<ul class="nav nav-tabs nav-tabs-examples" >
<li class="active">
<a data-toggle="tab" href="#responses-instanceLimeRFEConfigPut-404-schema">Schema</a>
</li>
</ul>
<div class="tab-content" style='margin-bottom: 10px;'>
<div class="tab-pane active" id="responses-instanceLimeRFEConfigPut-404-schema">
<div id='responses-instanceLimeRFEConfigPut-404-schema-404' style="padding: 30px; border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee;">
<script>
$(document).ready(function() {
var schemaWrapper = {
"description" : "LimeRFE device not found",
"schema" : {
"$ref" : "#/definitions/ErrorResponse"
}
};
var schema = schemaWrapper.schema;
if (schema.$ref != null) {
schema = defsParser.$refs.get(schema.$ref);
} else {
schemaWrapper.definitions = Object.assign({}, defs);
$RefParser.dereference(schemaWrapper).catch(function(err) {
console.log(err);
});
}
//console.log(JSON.stringify(schema));
var view = new JSONSchemaView(schema, 3);
$('#responses-instanceLimeRFEConfigPut-404-schema-data').val(stringify(schema));
var result = $('#responses-instanceLimeRFEConfigPut-404-schema-404');
result.empty();
result.append(view.render());
});
</script>
</div>
<input id='responses-instanceLimeRFEConfigPut-404-schema-data' type='hidden' value=''></input>
</div>
</div>
<h3> Status: 500 - Error </h3>
<ul class="nav nav-tabs nav-tabs-examples" >
@ -26168,49 +26125,6 @@ $(document).ready(function() {
</div>
</div>
<h3> Status: 404 - LimeRFE device not found </h3>
<ul class="nav nav-tabs nav-tabs-examples" >
<li class="active">
<a data-toggle="tab" href="#responses-instanceLimeRFERunPut-404-schema">Schema</a>
</li>
</ul>
<div class="tab-content" style='margin-bottom: 10px;'>
<div class="tab-pane active" id="responses-instanceLimeRFERunPut-404-schema">
<div id='responses-instanceLimeRFERunPut-404-schema-404' style="padding: 30px; border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee;">
<script>
$(document).ready(function() {
var schemaWrapper = {
"description" : "LimeRFE device not found",
"schema" : {
"$ref" : "#/definitions/ErrorResponse"
}
};
var schema = schemaWrapper.schema;
if (schema.$ref != null) {
schema = defsParser.$refs.get(schema.$ref);
} else {
schemaWrapper.definitions = Object.assign({}, defs);
$RefParser.dereference(schemaWrapper).catch(function(err) {
console.log(err);
});
}
//console.log(JSON.stringify(schema));
var view = new JSONSchemaView(schema, 3);
$('#responses-instanceLimeRFERunPut-404-schema-data').val(stringify(schema));
var result = $('#responses-instanceLimeRFERunPut-404-schema-404');
result.empty();
result.append(view.render());
});
</script>
</div>
<input id='responses-instanceLimeRFERunPut-404-schema-data' type='hidden' value=''></input>
</div>
</div>
<h3> Status: 500 - Error </h3>
<ul class="nav nav-tabs nav-tabs-examples" >
@ -31695,7 +31609,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2020-01-12T00:34:18.665+01:00
Generated 2020-01-14T01:04:56.442+01:00
</div>
</div>
</div>