grape-swagger-rails 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/Gemfile +1 -1
- data/LICENSE.txt +1 -1
- data/README.md +2 -2
- data/app/assets/images/grape_swagger_rails/logo_small.png +0 -0
- data/app/assets/images/grape_swagger_rails/throbber.gif +0 -0
- data/app/assets/javascripts/grape_swagger_rails/application.js +22 -0
- data/app/assets/javascripts/grape_swagger_rails/backbone-min.js +38 -0
- data/app/assets/javascripts/grape_swagger_rails/handlebars-1.0.rc.1.js +1920 -0
- data/app/assets/javascripts/grape_swagger_rails/highlight.7.3.pack.js +1 -0
- data/app/assets/javascripts/grape_swagger_rails/jquery-1.8.0.min.js +2 -0
- data/app/assets/javascripts/grape_swagger_rails/jquery.ba-bbq.min.js +18 -0
- data/app/assets/javascripts/grape_swagger_rails/jquery.slideto.min.js +1 -0
- data/app/assets/javascripts/grape_swagger_rails/jquery.wiggle.min.js +8 -0
- data/app/assets/javascripts/grape_swagger_rails/swagger-ui.js +1990 -0
- data/app/assets/javascripts/grape_swagger_rails/swagger-ui.min.js +1 -0
- data/app/assets/javascripts/grape_swagger_rails/swagger.js +765 -0
- data/app/assets/javascripts/grape_swagger_rails/underscore-min.js +32 -0
- data/app/assets/stylesheets/grape_swagger_rails/application.css +13 -0
- data/app/assets/stylesheets/grape_swagger_rails/hightlight.default.css +135 -0
- data/app/assets/stylesheets/grape_swagger_rails/screen.css +1759 -0
- data/app/controllers/grape_swagger_rails/application_controller.rb +8 -0
- data/app/views/grape_swagger_rails/application/index.html.erb +64 -0
- data/config/routes.rb +3 -0
- data/grape-swagger-rails.gemspec +9 -12
- data/lib/grape-swagger-rails.rb +4 -0
- data/lib/grape-swagger-rails/engine.rb +5 -0
- data/lib/grape-swagger-rails/version.rb +3 -0
- data/lib/script/rails +8 -0
- metadata +53 -15
- data/lib/generators/grape_swagger/install/install_generator.rb +0 -27
- data/lib/generators/grape_swagger/install/templates/general_api.rb +0 -10
- data/lib/grape/swagger/rails.rb +0 -9
- data/lib/grape/swagger/rails/version.rb +0 -7
@@ -0,0 +1,32 @@
|
|
1
|
+
// Underscore.js 1.3.3
|
2
|
+
// (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
|
3
|
+
// Underscore is freely distributable under the MIT license.
|
4
|
+
// Portions of Underscore are inspired or borrowed from Prototype,
|
5
|
+
// Oliver Steele's Functional, and John Resig's Micro-Templating.
|
6
|
+
// For all details and documentation:
|
7
|
+
// http://documentcloud.github.com/underscore
|
8
|
+
(function(){function r(a,c,d){if(a===c)return 0!==a||1/a==1/c;if(null==a||null==c)return a===c;a._chain&&(a=a._wrapped);c._chain&&(c=c._wrapped);if(a.isEqual&&b.isFunction(a.isEqual))return a.isEqual(c);if(c.isEqual&&b.isFunction(c.isEqual))return c.isEqual(a);var e=l.call(a);if(e!=l.call(c))return!1;switch(e){case "[object String]":return a==""+c;case "[object Number]":return a!=+a?c!=+c:0==a?1/a==1/c:a==+c;case "[object Date]":case "[object Boolean]":return+a==+c;case "[object RegExp]":return a.source==
|
9
|
+
c.source&&a.global==c.global&&a.multiline==c.multiline&&a.ignoreCase==c.ignoreCase}if("object"!=typeof a||"object"!=typeof c)return!1;for(var f=d.length;f--;)if(d[f]==a)return!0;d.push(a);var f=0,g=!0;if("[object Array]"==e){if(f=a.length,g=f==c.length)for(;f--&&(g=f in a==f in c&&r(a[f],c[f],d)););}else{if("constructor"in a!="constructor"in c||a.constructor!=c.constructor)return!1;for(var h in a)if(b.has(a,h)&&(f++,!(g=b.has(c,h)&&r(a[h],c[h],d))))break;if(g){for(h in c)if(b.has(c,h)&&!f--)break;
|
10
|
+
g=!f}}d.pop();return g}var s=this,I=s._,o={},k=Array.prototype,p=Object.prototype,i=k.slice,J=k.unshift,l=p.toString,K=p.hasOwnProperty,y=k.forEach,z=k.map,A=k.reduce,B=k.reduceRight,C=k.filter,D=k.every,E=k.some,q=k.indexOf,F=k.lastIndexOf,p=Array.isArray,L=Object.keys,t=Function.prototype.bind,b=function(a){return new m(a)};"undefined"!==typeof exports?("undefined"!==typeof module&&module.exports&&(exports=module.exports=b),exports._=b):s._=b;b.VERSION="1.3.3";var j=b.each=b.forEach=function(a,
|
11
|
+
c,d){if(a!=null)if(y&&a.forEach===y)a.forEach(c,d);else if(a.length===+a.length)for(var e=0,f=a.length;e<f;e++){if(e in a&&c.call(d,a[e],e,a)===o)break}else for(e in a)if(b.has(a,e)&&c.call(d,a[e],e,a)===o)break};b.map=b.collect=function(a,c,b){var e=[];if(a==null)return e;if(z&&a.map===z)return a.map(c,b);j(a,function(a,g,h){e[e.length]=c.call(b,a,g,h)});if(a.length===+a.length)e.length=a.length;return e};b.reduce=b.foldl=b.inject=function(a,c,d,e){var f=arguments.length>2;a==null&&(a=[]);if(A&&
|
12
|
+
a.reduce===A){e&&(c=b.bind(c,e));return f?a.reduce(c,d):a.reduce(c)}j(a,function(a,b,i){if(f)d=c.call(e,d,a,b,i);else{d=a;f=true}});if(!f)throw new TypeError("Reduce of empty array with no initial value");return d};b.reduceRight=b.foldr=function(a,c,d,e){var f=arguments.length>2;a==null&&(a=[]);if(B&&a.reduceRight===B){e&&(c=b.bind(c,e));return f?a.reduceRight(c,d):a.reduceRight(c)}var g=b.toArray(a).reverse();e&&!f&&(c=b.bind(c,e));return f?b.reduce(g,c,d,e):b.reduce(g,c)};b.find=b.detect=function(a,
|
13
|
+
c,b){var e;G(a,function(a,g,h){if(c.call(b,a,g,h)){e=a;return true}});return e};b.filter=b.select=function(a,c,b){var e=[];if(a==null)return e;if(C&&a.filter===C)return a.filter(c,b);j(a,function(a,g,h){c.call(b,a,g,h)&&(e[e.length]=a)});return e};b.reject=function(a,c,b){var e=[];if(a==null)return e;j(a,function(a,g,h){c.call(b,a,g,h)||(e[e.length]=a)});return e};b.every=b.all=function(a,c,b){var e=true;if(a==null)return e;if(D&&a.every===D)return a.every(c,b);j(a,function(a,g,h){if(!(e=e&&c.call(b,
|
14
|
+
a,g,h)))return o});return!!e};var G=b.some=b.any=function(a,c,d){c||(c=b.identity);var e=false;if(a==null)return e;if(E&&a.some===E)return a.some(c,d);j(a,function(a,b,h){if(e||(e=c.call(d,a,b,h)))return o});return!!e};b.include=b.contains=function(a,c){var b=false;if(a==null)return b;if(q&&a.indexOf===q)return a.indexOf(c)!=-1;return b=G(a,function(a){return a===c})};b.invoke=function(a,c){var d=i.call(arguments,2);return b.map(a,function(a){return(b.isFunction(c)?c||a:a[c]).apply(a,d)})};b.pluck=
|
15
|
+
function(a,c){return b.map(a,function(a){return a[c]})};b.max=function(a,c,d){if(!c&&b.isArray(a)&&a[0]===+a[0])return Math.max.apply(Math,a);if(!c&&b.isEmpty(a))return-Infinity;var e={computed:-Infinity};j(a,function(a,b,h){b=c?c.call(d,a,b,h):a;b>=e.computed&&(e={value:a,computed:b})});return e.value};b.min=function(a,c,d){if(!c&&b.isArray(a)&&a[0]===+a[0])return Math.min.apply(Math,a);if(!c&&b.isEmpty(a))return Infinity;var e={computed:Infinity};j(a,function(a,b,h){b=c?c.call(d,a,b,h):a;b<e.computed&&
|
16
|
+
(e={value:a,computed:b})});return e.value};b.shuffle=function(a){var b=[],d;j(a,function(a,f){d=Math.floor(Math.random()*(f+1));b[f]=b[d];b[d]=a});return b};b.sortBy=function(a,c,d){var e=b.isFunction(c)?c:function(a){return a[c]};return b.pluck(b.map(a,function(a,b,c){return{value:a,criteria:e.call(d,a,b,c)}}).sort(function(a,b){var c=a.criteria,d=b.criteria;return c===void 0?1:d===void 0?-1:c<d?-1:c>d?1:0}),"value")};b.groupBy=function(a,c){var d={},e=b.isFunction(c)?c:function(a){return a[c]};
|
17
|
+
j(a,function(a,b){var c=e(a,b);(d[c]||(d[c]=[])).push(a)});return d};b.sortedIndex=function(a,c,d){d||(d=b.identity);for(var e=0,f=a.length;e<f;){var g=e+f>>1;d(a[g])<d(c)?e=g+1:f=g}return e};b.toArray=function(a){return!a?[]:b.isArray(a)||b.isArguments(a)?i.call(a):a.toArray&&b.isFunction(a.toArray)?a.toArray():b.values(a)};b.size=function(a){return b.isArray(a)?a.length:b.keys(a).length};b.first=b.head=b.take=function(a,b,d){return b!=null&&!d?i.call(a,0,b):a[0]};b.initial=function(a,b,d){return i.call(a,
|
18
|
+
0,a.length-(b==null||d?1:b))};b.last=function(a,b,d){return b!=null&&!d?i.call(a,Math.max(a.length-b,0)):a[a.length-1]};b.rest=b.tail=function(a,b,d){return i.call(a,b==null||d?1:b)};b.compact=function(a){return b.filter(a,function(a){return!!a})};b.flatten=function(a,c){return b.reduce(a,function(a,e){if(b.isArray(e))return a.concat(c?e:b.flatten(e));a[a.length]=e;return a},[])};b.without=function(a){return b.difference(a,i.call(arguments,1))};b.uniq=b.unique=function(a,c,d){var d=d?b.map(a,d):a,
|
19
|
+
e=[];a.length<3&&(c=true);b.reduce(d,function(d,g,h){if(c?b.last(d)!==g||!d.length:!b.include(d,g)){d.push(g);e.push(a[h])}return d},[]);return e};b.union=function(){return b.uniq(b.flatten(arguments,true))};b.intersection=b.intersect=function(a){var c=i.call(arguments,1);return b.filter(b.uniq(a),function(a){return b.every(c,function(c){return b.indexOf(c,a)>=0})})};b.difference=function(a){var c=b.flatten(i.call(arguments,1),true);return b.filter(a,function(a){return!b.include(c,a)})};b.zip=function(){for(var a=
|
20
|
+
i.call(arguments),c=b.max(b.pluck(a,"length")),d=Array(c),e=0;e<c;e++)d[e]=b.pluck(a,""+e);return d};b.indexOf=function(a,c,d){if(a==null)return-1;var e;if(d){d=b.sortedIndex(a,c);return a[d]===c?d:-1}if(q&&a.indexOf===q)return a.indexOf(c);d=0;for(e=a.length;d<e;d++)if(d in a&&a[d]===c)return d;return-1};b.lastIndexOf=function(a,b){if(a==null)return-1;if(F&&a.lastIndexOf===F)return a.lastIndexOf(b);for(var d=a.length;d--;)if(d in a&&a[d]===b)return d;return-1};b.range=function(a,b,d){if(arguments.length<=
|
21
|
+
1){b=a||0;a=0}for(var d=arguments[2]||1,e=Math.max(Math.ceil((b-a)/d),0),f=0,g=Array(e);f<e;){g[f++]=a;a=a+d}return g};var H=function(){};b.bind=function(a,c){var d,e;if(a.bind===t&&t)return t.apply(a,i.call(arguments,1));if(!b.isFunction(a))throw new TypeError;e=i.call(arguments,2);return d=function(){if(!(this instanceof d))return a.apply(c,e.concat(i.call(arguments)));H.prototype=a.prototype;var b=new H,g=a.apply(b,e.concat(i.call(arguments)));return Object(g)===g?g:b}};b.bindAll=function(a){var c=
|
22
|
+
i.call(arguments,1);c.length==0&&(c=b.functions(a));j(c,function(c){a[c]=b.bind(a[c],a)});return a};b.memoize=function(a,c){var d={};c||(c=b.identity);return function(){var e=c.apply(this,arguments);return b.has(d,e)?d[e]:d[e]=a.apply(this,arguments)}};b.delay=function(a,b){var d=i.call(arguments,2);return setTimeout(function(){return a.apply(null,d)},b)};b.defer=function(a){return b.delay.apply(b,[a,1].concat(i.call(arguments,1)))};b.throttle=function(a,c){var d,e,f,g,h,i,j=b.debounce(function(){h=
|
23
|
+
g=false},c);return function(){d=this;e=arguments;f||(f=setTimeout(function(){f=null;h&&a.apply(d,e);j()},c));g?h=true:i=a.apply(d,e);j();g=true;return i}};b.debounce=function(a,b,d){var e;return function(){var f=this,g=arguments;d&&!e&&a.apply(f,g);clearTimeout(e);e=setTimeout(function(){e=null;d||a.apply(f,g)},b)}};b.once=function(a){var b=false,d;return function(){if(b)return d;b=true;return d=a.apply(this,arguments)}};b.wrap=function(a,b){return function(){var d=[a].concat(i.call(arguments,0));
|
24
|
+
return b.apply(this,d)}};b.compose=function(){var a=arguments;return function(){for(var b=arguments,d=a.length-1;d>=0;d--)b=[a[d].apply(this,b)];return b[0]}};b.after=function(a,b){return a<=0?b():function(){if(--a<1)return b.apply(this,arguments)}};b.keys=L||function(a){if(a!==Object(a))throw new TypeError("Invalid object");var c=[],d;for(d in a)b.has(a,d)&&(c[c.length]=d);return c};b.values=function(a){return b.map(a,b.identity)};b.functions=b.methods=function(a){var c=[],d;for(d in a)b.isFunction(a[d])&&
|
25
|
+
c.push(d);return c.sort()};b.extend=function(a){j(i.call(arguments,1),function(b){for(var d in b)a[d]=b[d]});return a};b.pick=function(a){var c={};j(b.flatten(i.call(arguments,1)),function(b){b in a&&(c[b]=a[b])});return c};b.defaults=function(a){j(i.call(arguments,1),function(b){for(var d in b)a[d]==null&&(a[d]=b[d])});return a};b.clone=function(a){return!b.isObject(a)?a:b.isArray(a)?a.slice():b.extend({},a)};b.tap=function(a,b){b(a);return a};b.isEqual=function(a,b){return r(a,b,[])};b.isEmpty=
|
26
|
+
function(a){if(a==null)return true;if(b.isArray(a)||b.isString(a))return a.length===0;for(var c in a)if(b.has(a,c))return false;return true};b.isElement=function(a){return!!(a&&a.nodeType==1)};b.isArray=p||function(a){return l.call(a)=="[object Array]"};b.isObject=function(a){return a===Object(a)};b.isArguments=function(a){return l.call(a)=="[object Arguments]"};b.isArguments(arguments)||(b.isArguments=function(a){return!(!a||!b.has(a,"callee"))});b.isFunction=function(a){return l.call(a)=="[object Function]"};
|
27
|
+
b.isString=function(a){return l.call(a)=="[object String]"};b.isNumber=function(a){return l.call(a)=="[object Number]"};b.isFinite=function(a){return b.isNumber(a)&&isFinite(a)};b.isNaN=function(a){return a!==a};b.isBoolean=function(a){return a===true||a===false||l.call(a)=="[object Boolean]"};b.isDate=function(a){return l.call(a)=="[object Date]"};b.isRegExp=function(a){return l.call(a)=="[object RegExp]"};b.isNull=function(a){return a===null};b.isUndefined=function(a){return a===void 0};b.has=function(a,
|
28
|
+
b){return K.call(a,b)};b.noConflict=function(){s._=I;return this};b.identity=function(a){return a};b.times=function(a,b,d){for(var e=0;e<a;e++)b.call(d,e)};b.escape=function(a){return(""+a).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")};b.result=function(a,c){if(a==null)return null;var d=a[c];return b.isFunction(d)?d.call(a):d};b.mixin=function(a){j(b.functions(a),function(c){M(c,b[c]=a[c])})};var N=0;b.uniqueId=
|
29
|
+
function(a){var b=N++;return a?a+b:b};b.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var u=/.^/,n={"\\":"\\","'":"'",r:"\r",n:"\n",t:"\t",u2028:"\u2028",u2029:"\u2029"},v;for(v in n)n[n[v]]=v;var O=/\\|'|\r|\n|\t|\u2028|\u2029/g,P=/\\(\\|'|r|n|t|u2028|u2029)/g,w=function(a){return a.replace(P,function(a,b){return n[b]})};b.template=function(a,c,d){d=b.defaults(d||{},b.templateSettings);a="__p+='"+a.replace(O,function(a){return"\\"+n[a]}).replace(d.escape||
|
30
|
+
u,function(a,b){return"'+\n_.escape("+w(b)+")+\n'"}).replace(d.interpolate||u,function(a,b){return"'+\n("+w(b)+")+\n'"}).replace(d.evaluate||u,function(a,b){return"';\n"+w(b)+"\n;__p+='"})+"';\n";d.variable||(a="with(obj||{}){\n"+a+"}\n");var a="var __p='';var print=function(){__p+=Array.prototype.join.call(arguments, '')};\n"+a+"return __p;\n",e=new Function(d.variable||"obj","_",a);if(c)return e(c,b);c=function(a){return e.call(this,a,b)};c.source="function("+(d.variable||"obj")+"){\n"+a+"}";return c};
|
31
|
+
b.chain=function(a){return b(a).chain()};var m=function(a){this._wrapped=a};b.prototype=m.prototype;var x=function(a,c){return c?b(a).chain():a},M=function(a,c){m.prototype[a]=function(){var a=i.call(arguments);J.call(a,this._wrapped);return x(c.apply(b,a),this._chain)}};b.mixin(b);j("pop,push,reverse,shift,sort,splice,unshift".split(","),function(a){var b=k[a];m.prototype[a]=function(){var d=this._wrapped;b.apply(d,arguments);var e=d.length;(a=="shift"||a=="splice")&&e===0&&delete d[0];return x(d,
|
32
|
+
this._chain)}});j(["concat","join","slice"],function(a){var b=k[a];m.prototype[a]=function(){return x(b.apply(this._wrapped,arguments),this._chain)}});m.prototype.chain=function(){this._chain=true;return this};m.prototype.value=function(){return this._wrapped}}).call(this);
|
@@ -0,0 +1,13 @@
|
|
1
|
+
/*
|
2
|
+
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
+
* listed below.
|
4
|
+
*
|
5
|
+
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
+
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
7
|
+
*
|
8
|
+
* You're free to add application-wide styles to this file and they'll appear at the top of the
|
9
|
+
* compiled file, but it's generally better to create a new file per style scope.
|
10
|
+
*
|
11
|
+
*= require_self
|
12
|
+
*= require_tree .
|
13
|
+
*/
|
@@ -0,0 +1,135 @@
|
|
1
|
+
/*
|
2
|
+
|
3
|
+
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
|
4
|
+
|
5
|
+
*/
|
6
|
+
|
7
|
+
pre code {
|
8
|
+
display: block; padding: 0.5em;
|
9
|
+
background: #F0F0F0;
|
10
|
+
}
|
11
|
+
|
12
|
+
pre code,
|
13
|
+
pre .subst,
|
14
|
+
pre .tag .title,
|
15
|
+
pre .lisp .title,
|
16
|
+
pre .clojure .built_in,
|
17
|
+
pre .nginx .title {
|
18
|
+
color: black;
|
19
|
+
}
|
20
|
+
|
21
|
+
pre .string,
|
22
|
+
pre .title,
|
23
|
+
pre .constant,
|
24
|
+
pre .parent,
|
25
|
+
pre .tag .value,
|
26
|
+
pre .rules .value,
|
27
|
+
pre .rules .value .number,
|
28
|
+
pre .preprocessor,
|
29
|
+
pre .ruby .symbol,
|
30
|
+
pre .ruby .symbol .string,
|
31
|
+
pre .aggregate,
|
32
|
+
pre .template_tag,
|
33
|
+
pre .django .variable,
|
34
|
+
pre .smalltalk .class,
|
35
|
+
pre .addition,
|
36
|
+
pre .flow,
|
37
|
+
pre .stream,
|
38
|
+
pre .bash .variable,
|
39
|
+
pre .apache .tag,
|
40
|
+
pre .apache .cbracket,
|
41
|
+
pre .tex .command,
|
42
|
+
pre .tex .special,
|
43
|
+
pre .erlang_repl .function_or_atom,
|
44
|
+
pre .markdown .header {
|
45
|
+
color: #800;
|
46
|
+
}
|
47
|
+
|
48
|
+
pre .comment,
|
49
|
+
pre .annotation,
|
50
|
+
pre .template_comment,
|
51
|
+
pre .diff .header,
|
52
|
+
pre .chunk,
|
53
|
+
pre .markdown .blockquote {
|
54
|
+
color: #888;
|
55
|
+
}
|
56
|
+
|
57
|
+
pre .number,
|
58
|
+
pre .date,
|
59
|
+
pre .regexp,
|
60
|
+
pre .literal,
|
61
|
+
pre .smalltalk .symbol,
|
62
|
+
pre .smalltalk .char,
|
63
|
+
pre .go .constant,
|
64
|
+
pre .change,
|
65
|
+
pre .markdown .bullet,
|
66
|
+
pre .markdown .link_url {
|
67
|
+
color: #080;
|
68
|
+
}
|
69
|
+
|
70
|
+
pre .label,
|
71
|
+
pre .javadoc,
|
72
|
+
pre .ruby .string,
|
73
|
+
pre .decorator,
|
74
|
+
pre .filter .argument,
|
75
|
+
pre .localvars,
|
76
|
+
pre .array,
|
77
|
+
pre .attr_selector,
|
78
|
+
pre .important,
|
79
|
+
pre .pseudo,
|
80
|
+
pre .pi,
|
81
|
+
pre .doctype,
|
82
|
+
pre .deletion,
|
83
|
+
pre .envvar,
|
84
|
+
pre .shebang,
|
85
|
+
pre .apache .sqbracket,
|
86
|
+
pre .nginx .built_in,
|
87
|
+
pre .tex .formula,
|
88
|
+
pre .erlang_repl .reserved,
|
89
|
+
pre .prompt,
|
90
|
+
pre .markdown .link_label,
|
91
|
+
pre .vhdl .attribute,
|
92
|
+
pre .clojure .attribute,
|
93
|
+
pre .coffeescript .property {
|
94
|
+
color: #88F
|
95
|
+
}
|
96
|
+
|
97
|
+
pre .keyword,
|
98
|
+
pre .id,
|
99
|
+
pre .phpdoc,
|
100
|
+
pre .title,
|
101
|
+
pre .built_in,
|
102
|
+
pre .aggregate,
|
103
|
+
pre .css .tag,
|
104
|
+
pre .javadoctag,
|
105
|
+
pre .phpdoc,
|
106
|
+
pre .yardoctag,
|
107
|
+
pre .smalltalk .class,
|
108
|
+
pre .winutils,
|
109
|
+
pre .bash .variable,
|
110
|
+
pre .apache .tag,
|
111
|
+
pre .go .typename,
|
112
|
+
pre .tex .command,
|
113
|
+
pre .markdown .strong,
|
114
|
+
pre .request,
|
115
|
+
pre .status {
|
116
|
+
font-weight: bold;
|
117
|
+
}
|
118
|
+
|
119
|
+
pre .markdown .emphasis {
|
120
|
+
font-style: italic;
|
121
|
+
}
|
122
|
+
|
123
|
+
pre .nginx .built_in {
|
124
|
+
font-weight: normal;
|
125
|
+
}
|
126
|
+
|
127
|
+
pre .coffeescript .javascript,
|
128
|
+
pre .javascript .xml,
|
129
|
+
pre .tex .formula,
|
130
|
+
pre .xml .javascript,
|
131
|
+
pre .xml .vbscript,
|
132
|
+
pre .xml .css,
|
133
|
+
pre .xml .cdata {
|
134
|
+
opacity: 0.5;
|
135
|
+
}
|
@@ -0,0 +1,1759 @@
|
|
1
|
+
html, body, div, span, applet, object, iframe,
|
2
|
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
3
|
+
a, abbr, acronym, address, big, cite, code,
|
4
|
+
del, dfn, em, img, ins, kbd, q, s, samp,
|
5
|
+
small, strike, strong, sub, sup, tt, var,
|
6
|
+
b, u, i, center,
|
7
|
+
dl, dt, dd, ol, ul, li,
|
8
|
+
fieldset, form, label, legend,
|
9
|
+
table, caption, tbody, tfoot, thead, tr, th, td,
|
10
|
+
article, aside, canvas, details, embed,
|
11
|
+
figure, figcaption, footer, header, hgroup,
|
12
|
+
menu, nav, output, ruby, section, summary,
|
13
|
+
time, mark, audio, video {
|
14
|
+
margin: 0;
|
15
|
+
padding: 0;
|
16
|
+
border: 0;
|
17
|
+
font-size: 100%;
|
18
|
+
font: inherit;
|
19
|
+
vertical-align: baseline;
|
20
|
+
}
|
21
|
+
|
22
|
+
body {
|
23
|
+
line-height: 1;
|
24
|
+
}
|
25
|
+
|
26
|
+
ol, ul {
|
27
|
+
list-style: none;
|
28
|
+
}
|
29
|
+
|
30
|
+
table {
|
31
|
+
border-collapse: collapse;
|
32
|
+
border-spacing: 0;
|
33
|
+
}
|
34
|
+
|
35
|
+
caption, th, td {
|
36
|
+
text-align: left;
|
37
|
+
font-weight: normal;
|
38
|
+
vertical-align: middle;
|
39
|
+
}
|
40
|
+
|
41
|
+
q, blockquote {
|
42
|
+
quotes: none;
|
43
|
+
}
|
44
|
+
|
45
|
+
q:before, q:after, blockquote:before, blockquote:after {
|
46
|
+
content: "";
|
47
|
+
content: none;
|
48
|
+
}
|
49
|
+
|
50
|
+
a img {
|
51
|
+
border: none;
|
52
|
+
}
|
53
|
+
|
54
|
+
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
|
55
|
+
display: block;
|
56
|
+
}
|
57
|
+
|
58
|
+
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
|
59
|
+
text-decoration: none;
|
60
|
+
}
|
61
|
+
|
62
|
+
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
|
63
|
+
text-decoration: underline;
|
64
|
+
}
|
65
|
+
|
66
|
+
h1 span.divider, h2 span.divider, h3 span.divider, h4 span.divider, h5 span.divider, h6 span.divider {
|
67
|
+
color: #aaaaaa;
|
68
|
+
}
|
69
|
+
|
70
|
+
h1 {
|
71
|
+
color: black;
|
72
|
+
font-size: 1.5em;
|
73
|
+
line-height: 1.3em;
|
74
|
+
padding: 10px 0 10px 0;
|
75
|
+
font-family: "Droid Sans", sans-serif;
|
76
|
+
font-weight: bold;
|
77
|
+
}
|
78
|
+
|
79
|
+
h2 {
|
80
|
+
color: black;
|
81
|
+
font-size: 1.3em;
|
82
|
+
padding: 10px 0 10px 0;
|
83
|
+
}
|
84
|
+
|
85
|
+
h2 a {
|
86
|
+
color: black;
|
87
|
+
}
|
88
|
+
|
89
|
+
h2 span.sub {
|
90
|
+
font-size: 0.7em;
|
91
|
+
color: #999999;
|
92
|
+
font-style: italic;
|
93
|
+
}
|
94
|
+
|
95
|
+
h2 span.sub a {
|
96
|
+
color: #777777;
|
97
|
+
}
|
98
|
+
|
99
|
+
h3 {
|
100
|
+
color: black;
|
101
|
+
font-size: 1.1em;
|
102
|
+
padding: 10px 0 10px 0;
|
103
|
+
}
|
104
|
+
|
105
|
+
.heading_with_menu {
|
106
|
+
float: none;
|
107
|
+
clear: both;
|
108
|
+
overflow: hidden;
|
109
|
+
display: block;
|
110
|
+
}
|
111
|
+
|
112
|
+
.heading_with_menu h1, .heading_with_menu h2, .heading_with_menu h3, .heading_with_menu h4, .heading_with_menu h5, .heading_with_menu h6 {
|
113
|
+
display: block;
|
114
|
+
clear: none;
|
115
|
+
float: left;
|
116
|
+
-moz-box-sizing: border-box;
|
117
|
+
-webkit-box-sizing: border-box;
|
118
|
+
-ms-box-sizing: border-box;
|
119
|
+
box-sizing: border-box;
|
120
|
+
width: 60%;
|
121
|
+
}
|
122
|
+
|
123
|
+
.heading_with_menu ul {
|
124
|
+
display: block;
|
125
|
+
clear: none;
|
126
|
+
float: right;
|
127
|
+
-moz-box-sizing: border-box;
|
128
|
+
-webkit-box-sizing: border-box;
|
129
|
+
-ms-box-sizing: border-box;
|
130
|
+
box-sizing: border-box;
|
131
|
+
margin-top: 10px;
|
132
|
+
}
|
133
|
+
|
134
|
+
input.parameter {
|
135
|
+
width: 300px;
|
136
|
+
border: 1px solid #aaa;
|
137
|
+
}
|
138
|
+
|
139
|
+
.body-textarea {
|
140
|
+
width: 300px;
|
141
|
+
height: 100px;
|
142
|
+
border: 1px solid #aaa;
|
143
|
+
}
|
144
|
+
|
145
|
+
p {
|
146
|
+
line-height: 1.4em;
|
147
|
+
padding: 0 0 10px;
|
148
|
+
color: #333333;
|
149
|
+
}
|
150
|
+
|
151
|
+
ol {
|
152
|
+
margin: 0px 0 10px;
|
153
|
+
padding: 0 0 0 18px;
|
154
|
+
list-style-type: decimal;
|
155
|
+
}
|
156
|
+
|
157
|
+
ol li {
|
158
|
+
padding: 5px 0px;
|
159
|
+
font-size: 0.9em;
|
160
|
+
color: #333333;
|
161
|
+
}
|
162
|
+
|
163
|
+
.markdown h3 {
|
164
|
+
color: #547f00;
|
165
|
+
}
|
166
|
+
|
167
|
+
.markdown h4 {
|
168
|
+
color: #666666;
|
169
|
+
}
|
170
|
+
|
171
|
+
.markdown pre {
|
172
|
+
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
173
|
+
background-color: #fcf6db;
|
174
|
+
border: 1px solid #e5e0c6;
|
175
|
+
padding: 10px;
|
176
|
+
margin: 0 0 10px 0;
|
177
|
+
}
|
178
|
+
|
179
|
+
.markdown pre code {
|
180
|
+
line-height: 1.6em;
|
181
|
+
}
|
182
|
+
|
183
|
+
.markdown p code, .markdown li code {
|
184
|
+
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
185
|
+
background-color: #f0f0f0;
|
186
|
+
color: black;
|
187
|
+
padding: 1px 3px;
|
188
|
+
}
|
189
|
+
|
190
|
+
.markdown ol, .markdown ul {
|
191
|
+
font-family: "Droid Sans", sans-serif;
|
192
|
+
margin: 5px 0 10px;
|
193
|
+
padding: 0 0 0 18px;
|
194
|
+
list-style-type: disc;
|
195
|
+
}
|
196
|
+
|
197
|
+
.markdown ol li, .markdown ul li {
|
198
|
+
padding: 3px 0px;
|
199
|
+
line-height: 1.4em;
|
200
|
+
color: #333333;
|
201
|
+
}
|
202
|
+
|
203
|
+
div.gist {
|
204
|
+
margin: 20px 0 25px 0 !important;
|
205
|
+
}
|
206
|
+
|
207
|
+
p.big, div.big p {
|
208
|
+
font-size: 1em;
|
209
|
+
margin-bottom: 10px;
|
210
|
+
}
|
211
|
+
|
212
|
+
span.weak {
|
213
|
+
color: #666666;
|
214
|
+
}
|
215
|
+
|
216
|
+
span.blank, span.empty {
|
217
|
+
color: #888888;
|
218
|
+
font-style: italic;
|
219
|
+
}
|
220
|
+
|
221
|
+
a {
|
222
|
+
color: #547f00;
|
223
|
+
}
|
224
|
+
|
225
|
+
b, strong {
|
226
|
+
font-family: "Droid Sans", sans-serif;
|
227
|
+
font-weight: bold;
|
228
|
+
}
|
229
|
+
|
230
|
+
.code {
|
231
|
+
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
232
|
+
}
|
233
|
+
|
234
|
+
pre {
|
235
|
+
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
236
|
+
background-color: #fcf6db;
|
237
|
+
border: 1px solid #e5e0c6;
|
238
|
+
padding: 10px;
|
239
|
+
}
|
240
|
+
|
241
|
+
pre code {
|
242
|
+
line-height: 1.6em;
|
243
|
+
}
|
244
|
+
|
245
|
+
.required {
|
246
|
+
font-weight: bold;
|
247
|
+
}
|
248
|
+
|
249
|
+
table.fullwidth {
|
250
|
+
width: 100%;
|
251
|
+
}
|
252
|
+
|
253
|
+
table thead tr th {
|
254
|
+
padding: 5px;
|
255
|
+
font-size: 0.9em;
|
256
|
+
color: #666666;
|
257
|
+
border-bottom: 1px solid #999999;
|
258
|
+
}
|
259
|
+
|
260
|
+
table tbody tr.offset {
|
261
|
+
background-color: #f5f5f5;
|
262
|
+
}
|
263
|
+
|
264
|
+
table tbody tr td {
|
265
|
+
padding: 6px;
|
266
|
+
font-size: 0.9em;
|
267
|
+
border-bottom: 1px solid #cccccc;
|
268
|
+
vertical-align: top;
|
269
|
+
line-height: 1.3em;
|
270
|
+
}
|
271
|
+
|
272
|
+
table tbody tr:last-child td {
|
273
|
+
border-bottom: none;
|
274
|
+
}
|
275
|
+
|
276
|
+
table tbody tr.offset {
|
277
|
+
background-color: #f0f0f0;
|
278
|
+
}
|
279
|
+
|
280
|
+
form.form_box {
|
281
|
+
background-color: #ebf3f9;
|
282
|
+
border: 1px solid #c3d9ec;
|
283
|
+
padding: 10px;
|
284
|
+
}
|
285
|
+
|
286
|
+
form.form_box label {
|
287
|
+
color: #0f6ab4 !important;
|
288
|
+
}
|
289
|
+
|
290
|
+
form.form_box input[type=submit] {
|
291
|
+
display: block;
|
292
|
+
padding: 10px;
|
293
|
+
}
|
294
|
+
|
295
|
+
form.form_box p {
|
296
|
+
font-size: 0.9em;
|
297
|
+
padding: 0 0 15px;
|
298
|
+
color: #7e7b6d;
|
299
|
+
}
|
300
|
+
|
301
|
+
form.form_box p a {
|
302
|
+
color: #646257;
|
303
|
+
}
|
304
|
+
|
305
|
+
form.form_box p strong {
|
306
|
+
color: black;
|
307
|
+
}
|
308
|
+
|
309
|
+
form.form_box p.weak {
|
310
|
+
font-size: 0.8em;
|
311
|
+
}
|
312
|
+
|
313
|
+
form.formtastic fieldset.inputs ol li p.inline-hints {
|
314
|
+
margin-left: 0;
|
315
|
+
font-style: italic;
|
316
|
+
font-size: 0.9em;
|
317
|
+
margin: 0;
|
318
|
+
}
|
319
|
+
|
320
|
+
form.formtastic fieldset.inputs ol li label {
|
321
|
+
display: block;
|
322
|
+
clear: both;
|
323
|
+
width: auto;
|
324
|
+
padding: 0 0 3px;
|
325
|
+
color: #666666;
|
326
|
+
}
|
327
|
+
|
328
|
+
form.formtastic fieldset.inputs ol li label abbr {
|
329
|
+
padding-left: 3px;
|
330
|
+
color: #888888;
|
331
|
+
}
|
332
|
+
|
333
|
+
form.formtastic fieldset.inputs ol li.required label {
|
334
|
+
color: black;
|
335
|
+
}
|
336
|
+
|
337
|
+
form.formtastic fieldset.inputs ol li.string input, form.formtastic fieldset.inputs ol li.url input, form.formtastic fieldset.inputs ol li.numeric input {
|
338
|
+
display: block;
|
339
|
+
padding: 4px;
|
340
|
+
width: auto;
|
341
|
+
clear: both;
|
342
|
+
}
|
343
|
+
|
344
|
+
form.formtastic fieldset.inputs ol li.string input.title, form.formtastic fieldset.inputs ol li.url input.title, form.formtastic fieldset.inputs ol li.numeric input.title {
|
345
|
+
font-size: 1.3em;
|
346
|
+
}
|
347
|
+
|
348
|
+
form.formtastic fieldset.inputs ol li.text textarea {
|
349
|
+
font-family: "Droid Sans", sans-serif;
|
350
|
+
height: 250px;
|
351
|
+
padding: 4px;
|
352
|
+
display: block;
|
353
|
+
clear: both;
|
354
|
+
}
|
355
|
+
|
356
|
+
form.formtastic fieldset.inputs ol li.select select {
|
357
|
+
display: block;
|
358
|
+
clear: both;
|
359
|
+
}
|
360
|
+
|
361
|
+
form.formtastic fieldset.inputs ol li.boolean {
|
362
|
+
float: none;
|
363
|
+
clear: both;
|
364
|
+
overflow: hidden;
|
365
|
+
display: block;
|
366
|
+
}
|
367
|
+
|
368
|
+
form.formtastic fieldset.inputs ol li.boolean input {
|
369
|
+
display: block;
|
370
|
+
float: left;
|
371
|
+
clear: none;
|
372
|
+
margin: 0 5px 0 0;
|
373
|
+
}
|
374
|
+
|
375
|
+
form.formtastic fieldset.inputs ol li.boolean label {
|
376
|
+
display: block;
|
377
|
+
float: left;
|
378
|
+
clear: none;
|
379
|
+
margin: 0;
|
380
|
+
padding: 0;
|
381
|
+
}
|
382
|
+
|
383
|
+
form.formtastic fieldset.buttons {
|
384
|
+
margin: 0;
|
385
|
+
padding: 0;
|
386
|
+
}
|
387
|
+
|
388
|
+
form.fullwidth ol li.string input, form.fullwidth ol li.url input, form.fullwidth ol li.text textarea, form.fullwidth ol li.numeric input {
|
389
|
+
width: 500px !important;
|
390
|
+
}
|
391
|
+
|
392
|
+
body {
|
393
|
+
font-family: "Droid Sans", sans-serif;
|
394
|
+
}
|
395
|
+
|
396
|
+
body #content_message {
|
397
|
+
margin: 10px 15px;
|
398
|
+
font-style: italic;
|
399
|
+
color: #999999;
|
400
|
+
}
|
401
|
+
|
402
|
+
body #header {
|
403
|
+
background-color: #89bf04;
|
404
|
+
padding: 14px;
|
405
|
+
}
|
406
|
+
|
407
|
+
body #header a#logo {
|
408
|
+
font-size: 1.5em;
|
409
|
+
font-weight: bold;
|
410
|
+
text-decoration: none;
|
411
|
+
background: transparent url(/assets/grape_swagger_rails/logo_small.png) no-repeat left center;
|
412
|
+
padding: 20px 0 20px 40px;
|
413
|
+
color: white;
|
414
|
+
}
|
415
|
+
|
416
|
+
body #header form#api_selector {
|
417
|
+
display: block;
|
418
|
+
clear: none;
|
419
|
+
float: right;
|
420
|
+
}
|
421
|
+
|
422
|
+
body #header form#api_selector .input {
|
423
|
+
display: block;
|
424
|
+
clear: none;
|
425
|
+
float: left;
|
426
|
+
margin: 0 10px 0 0;
|
427
|
+
}
|
428
|
+
|
429
|
+
body #header form#api_selector .input input {
|
430
|
+
font-size: 0.9em;
|
431
|
+
padding: 3px;
|
432
|
+
margin: 0;
|
433
|
+
}
|
434
|
+
|
435
|
+
body #header form#api_selector .input input#input_baseUrl {
|
436
|
+
width: 490px;
|
437
|
+
}
|
438
|
+
|
439
|
+
body #header form#api_selector .input input#input_apiKey {
|
440
|
+
width: 200px;
|
441
|
+
}
|
442
|
+
|
443
|
+
body #header form#api_selector .input a#explore {
|
444
|
+
display: block;
|
445
|
+
text-decoration: none;
|
446
|
+
font-weight: bold;
|
447
|
+
padding: 6px 8px;
|
448
|
+
font-size: 0.9em;
|
449
|
+
color: white;
|
450
|
+
background-color: #547f00;
|
451
|
+
-moz-border-radius: 4px;
|
452
|
+
-webkit-border-radius: 4px;
|
453
|
+
-o-border-radius: 4px;
|
454
|
+
-ms-border-radius: 4px;
|
455
|
+
-khtml-border-radius: 4px;
|
456
|
+
border-radius: 4px;
|
457
|
+
}
|
458
|
+
|
459
|
+
body #header form#api_selector .input a#explore:hover {
|
460
|
+
background-color: #547f00;
|
461
|
+
}
|
462
|
+
|
463
|
+
body p#colophon {
|
464
|
+
margin: 0 15px 40px 15px;
|
465
|
+
padding: 10px 0;
|
466
|
+
font-size: 0.8em;
|
467
|
+
border-top: 1px solid #dddddd;
|
468
|
+
font-family: "Droid Sans", sans-serif;
|
469
|
+
color: #999999;
|
470
|
+
font-style: italic;
|
471
|
+
}
|
472
|
+
|
473
|
+
body p#colophon a {
|
474
|
+
text-decoration: none;
|
475
|
+
color: #547f00;
|
476
|
+
}
|
477
|
+
|
478
|
+
body ul#resources {
|
479
|
+
font-family: "Droid Sans", sans-serif;
|
480
|
+
font-size: 0.9em;
|
481
|
+
}
|
482
|
+
|
483
|
+
body ul#resources li.resource {
|
484
|
+
border-bottom: 1px solid #dddddd;
|
485
|
+
}
|
486
|
+
|
487
|
+
body ul#resources li.resource:last-child {
|
488
|
+
border-bottom: none;
|
489
|
+
}
|
490
|
+
|
491
|
+
body ul#resources li.resource div.heading {
|
492
|
+
border: 1px solid transparent;
|
493
|
+
float: none;
|
494
|
+
clear: both;
|
495
|
+
overflow: hidden;
|
496
|
+
display: block;
|
497
|
+
}
|
498
|
+
|
499
|
+
body ul#resources li.resource div.heading h2 {
|
500
|
+
color: #999999;
|
501
|
+
padding-left: 0;
|
502
|
+
display: block;
|
503
|
+
clear: none;
|
504
|
+
float: left;
|
505
|
+
font-family: "Droid Sans", sans-serif;
|
506
|
+
font-weight: bold;
|
507
|
+
}
|
508
|
+
|
509
|
+
body ul#resources li.resource div.heading h2 a {
|
510
|
+
color: #999999;
|
511
|
+
}
|
512
|
+
|
513
|
+
body ul#resources li.resource div.heading h2 a:hover {
|
514
|
+
color: black;
|
515
|
+
}
|
516
|
+
|
517
|
+
body ul#resources li.resource div.heading ul.options {
|
518
|
+
overflow: hidden;
|
519
|
+
padding: 0;
|
520
|
+
display: block;
|
521
|
+
clear: none;
|
522
|
+
float: right;
|
523
|
+
margin: 14px 10px 0 0;
|
524
|
+
}
|
525
|
+
|
526
|
+
body ul#resources li.resource div.heading ul.options li {
|
527
|
+
float: left;
|
528
|
+
clear: none;
|
529
|
+
margin: 0;
|
530
|
+
padding: 2px 10px;
|
531
|
+
border-right: 1px solid #dddddd;
|
532
|
+
}
|
533
|
+
|
534
|
+
body ul#resources li.resource div.heading ul.options li:first-child, body ul#resources li.resource div.heading ul.options li.first {
|
535
|
+
padding-left: 0;
|
536
|
+
}
|
537
|
+
|
538
|
+
body ul#resources li.resource div.heading ul.options li:last-child, body ul#resources li.resource div.heading ul.options li.last {
|
539
|
+
padding-right: 0;
|
540
|
+
border-right: none;
|
541
|
+
}
|
542
|
+
|
543
|
+
body ul#resources li.resource div.heading ul.options li {
|
544
|
+
color: #666666;
|
545
|
+
font-size: 0.9em;
|
546
|
+
}
|
547
|
+
|
548
|
+
body ul#resources li.resource div.heading ul.options li a {
|
549
|
+
color: #aaaaaa;
|
550
|
+
text-decoration: none;
|
551
|
+
}
|
552
|
+
|
553
|
+
body ul#resources li.resource div.heading ul.options li a:hover {
|
554
|
+
text-decoration: underline;
|
555
|
+
color: black;
|
556
|
+
}
|
557
|
+
|
558
|
+
body ul#resources li.resource:hover div.heading h2 a, body ul#resources li.resource.active div.heading h2 a {
|
559
|
+
color: black;
|
560
|
+
}
|
561
|
+
|
562
|
+
body ul#resources li.resource:hover div.heading ul.options li a, body ul#resources li.resource.active div.heading ul.options li a {
|
563
|
+
color: #555555;
|
564
|
+
}
|
565
|
+
|
566
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get {
|
567
|
+
float: none;
|
568
|
+
clear: both;
|
569
|
+
overflow: hidden;
|
570
|
+
display: block;
|
571
|
+
margin: 0 0 10px;
|
572
|
+
padding: 0;
|
573
|
+
}
|
574
|
+
|
575
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
|
576
|
+
float: none;
|
577
|
+
clear: both;
|
578
|
+
overflow: hidden;
|
579
|
+
display: block;
|
580
|
+
margin: 0;
|
581
|
+
padding: 0;
|
582
|
+
background-color: #e7f0f7;
|
583
|
+
border: 1px solid #c3d9ec;
|
584
|
+
}
|
585
|
+
|
586
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 {
|
587
|
+
display: block;
|
588
|
+
clear: none;
|
589
|
+
float: left;
|
590
|
+
width: auto;
|
591
|
+
margin: 0;
|
592
|
+
padding: 0;
|
593
|
+
line-height: 1.1em;
|
594
|
+
color: black;
|
595
|
+
}
|
596
|
+
|
597
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span {
|
598
|
+
margin: 0;
|
599
|
+
padding: 0;
|
600
|
+
}
|
601
|
+
|
602
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
|
603
|
+
text-transform: uppercase;
|
604
|
+
background-color: #0f6ab4;
|
605
|
+
text-decoration: none;
|
606
|
+
color: white;
|
607
|
+
display: inline-block;
|
608
|
+
width: 50px;
|
609
|
+
font-size: 0.7em;
|
610
|
+
text-align: center;
|
611
|
+
padding: 7px 0 4px 0;
|
612
|
+
-moz-border-radius: 2px;
|
613
|
+
-webkit-border-radius: 2px;
|
614
|
+
-o-border-radius: 2px;
|
615
|
+
-ms-border-radius: 2px;
|
616
|
+
-khtml-border-radius: 2px;
|
617
|
+
border-radius: 2px;
|
618
|
+
}
|
619
|
+
|
620
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path {
|
621
|
+
padding-left: 10px;
|
622
|
+
}
|
623
|
+
|
624
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path a {
|
625
|
+
color: black;
|
626
|
+
text-decoration: none;
|
627
|
+
}
|
628
|
+
|
629
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path a:hover {
|
630
|
+
text-decoration: underline;
|
631
|
+
}
|
632
|
+
|
633
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options {
|
634
|
+
overflow: hidden;
|
635
|
+
padding: 0;
|
636
|
+
display: block;
|
637
|
+
clear: none;
|
638
|
+
float: right;
|
639
|
+
margin: 6px 10px 0 0;
|
640
|
+
}
|
641
|
+
|
642
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
|
643
|
+
float: left;
|
644
|
+
clear: none;
|
645
|
+
margin: 0;
|
646
|
+
padding: 2px 10px;
|
647
|
+
border-right: 1px solid #dddddd;
|
648
|
+
}
|
649
|
+
|
650
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.first {
|
651
|
+
padding-left: 0;
|
652
|
+
}
|
653
|
+
|
654
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last {
|
655
|
+
padding-right: 0;
|
656
|
+
border-right: none;
|
657
|
+
}
|
658
|
+
|
659
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
|
660
|
+
border-right-color: #c3d9ec;
|
661
|
+
color: #0f6ab4;
|
662
|
+
font-size: 0.9em;
|
663
|
+
}
|
664
|
+
|
665
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
|
666
|
+
color: #0f6ab4;
|
667
|
+
text-decoration: none;
|
668
|
+
}
|
669
|
+
|
670
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a.active {
|
671
|
+
text-decoration: underline;
|
672
|
+
}
|
673
|
+
|
674
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
|
675
|
+
background-color: #ebf3f9;
|
676
|
+
border: 1px solid #c3d9ec;
|
677
|
+
border-top: none;
|
678
|
+
padding: 10px;
|
679
|
+
-moz-border-radius-bottomleft: 6px;
|
680
|
+
-webkit-border-bottom-left-radius: 6px;
|
681
|
+
-o-border-bottom-left-radius: 6px;
|
682
|
+
-ms-border-bottom-left-radius: 6px;
|
683
|
+
-khtml-border-bottom-left-radius: 6px;
|
684
|
+
border-bottom-left-radius: 6px;
|
685
|
+
-moz-border-radius-bottomright: 6px;
|
686
|
+
-webkit-border-bottom-right-radius: 6px;
|
687
|
+
-o-border-bottom-right-radius: 6px;
|
688
|
+
-ms-border-bottom-right-radius: 6px;
|
689
|
+
-khtml-border-bottom-right-radius: 6px;
|
690
|
+
border-bottom-right-radius: 6px;
|
691
|
+
margin: 0 0 20px;
|
692
|
+
}
|
693
|
+
|
694
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
|
695
|
+
color: #0f6ab4;
|
696
|
+
font-size: 1.1em;
|
697
|
+
margin: 0;
|
698
|
+
padding: 15px 0 5px;
|
699
|
+
}
|
700
|
+
|
701
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content form input[type='text'].error {
|
702
|
+
outline: 2px solid black;
|
703
|
+
outline-color: #cc0000;
|
704
|
+
}
|
705
|
+
|
706
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header {
|
707
|
+
float: none;
|
708
|
+
clear: both;
|
709
|
+
overflow: hidden;
|
710
|
+
display: block;
|
711
|
+
}
|
712
|
+
|
713
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header input.submit {
|
714
|
+
display: block;
|
715
|
+
clear: none;
|
716
|
+
float: left;
|
717
|
+
padding: 6px 8px;
|
718
|
+
}
|
719
|
+
|
720
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header img {
|
721
|
+
display: block;
|
722
|
+
clear: none;
|
723
|
+
float: right;
|
724
|
+
}
|
725
|
+
|
726
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
|
727
|
+
padding: 4px 0 0 10px;
|
728
|
+
color: #6fa5d2;
|
729
|
+
display: inline-block;
|
730
|
+
font-size: 0.9em;
|
731
|
+
}
|
732
|
+
|
733
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.response div.block pre {
|
734
|
+
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
735
|
+
padding: 10px;
|
736
|
+
font-size: 0.9em;
|
737
|
+
max-height: 400px;
|
738
|
+
overflow-y: auto;
|
739
|
+
}
|
740
|
+
|
741
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post {
|
742
|
+
float: none;
|
743
|
+
clear: both;
|
744
|
+
overflow: hidden;
|
745
|
+
display: block;
|
746
|
+
margin: 0 0 10px;
|
747
|
+
padding: 0;
|
748
|
+
}
|
749
|
+
|
750
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
|
751
|
+
float: none;
|
752
|
+
clear: both;
|
753
|
+
overflow: hidden;
|
754
|
+
display: block;
|
755
|
+
margin: 0;
|
756
|
+
padding: 0;
|
757
|
+
background-color: #e7f6ec;
|
758
|
+
border: 1px solid #c3e8d1;
|
759
|
+
}
|
760
|
+
|
761
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 {
|
762
|
+
display: block;
|
763
|
+
clear: none;
|
764
|
+
float: left;
|
765
|
+
width: auto;
|
766
|
+
margin: 0;
|
767
|
+
padding: 0;
|
768
|
+
line-height: 1.1em;
|
769
|
+
color: black;
|
770
|
+
}
|
771
|
+
|
772
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span {
|
773
|
+
margin: 0;
|
774
|
+
padding: 0;
|
775
|
+
}
|
776
|
+
|
777
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
|
778
|
+
text-transform: uppercase;
|
779
|
+
background-color: #10a54a;
|
780
|
+
text-decoration: none;
|
781
|
+
color: white;
|
782
|
+
display: inline-block;
|
783
|
+
width: 50px;
|
784
|
+
font-size: 0.7em;
|
785
|
+
text-align: center;
|
786
|
+
padding: 7px 0 4px 0;
|
787
|
+
-moz-border-radius: 2px;
|
788
|
+
-webkit-border-radius: 2px;
|
789
|
+
-o-border-radius: 2px;
|
790
|
+
-ms-border-radius: 2px;
|
791
|
+
-khtml-border-radius: 2px;
|
792
|
+
border-radius: 2px;
|
793
|
+
}
|
794
|
+
|
795
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path {
|
796
|
+
padding-left: 10px;
|
797
|
+
}
|
798
|
+
|
799
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path a {
|
800
|
+
color: black;
|
801
|
+
text-decoration: none;
|
802
|
+
}
|
803
|
+
|
804
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path a:hover {
|
805
|
+
text-decoration: underline;
|
806
|
+
}
|
807
|
+
|
808
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options {
|
809
|
+
overflow: hidden;
|
810
|
+
padding: 0;
|
811
|
+
display: block;
|
812
|
+
clear: none;
|
813
|
+
float: right;
|
814
|
+
margin: 6px 10px 0 0;
|
815
|
+
}
|
816
|
+
|
817
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
|
818
|
+
float: left;
|
819
|
+
clear: none;
|
820
|
+
margin: 0;
|
821
|
+
padding: 2px 10px;
|
822
|
+
border-right: 1px solid #dddddd;
|
823
|
+
}
|
824
|
+
|
825
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.first {
|
826
|
+
padding-left: 0;
|
827
|
+
}
|
828
|
+
|
829
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last {
|
830
|
+
padding-right: 0;
|
831
|
+
border-right: none;
|
832
|
+
}
|
833
|
+
|
834
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
|
835
|
+
border-right-color: #c3e8d1;
|
836
|
+
color: #10a54a;
|
837
|
+
font-size: 0.9em;
|
838
|
+
}
|
839
|
+
|
840
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
|
841
|
+
color: #10a54a;
|
842
|
+
text-decoration: none;
|
843
|
+
}
|
844
|
+
|
845
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a.active {
|
846
|
+
text-decoration: underline;
|
847
|
+
}
|
848
|
+
|
849
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
|
850
|
+
background-color: #ebf7f0;
|
851
|
+
border: 1px solid #c3e8d1;
|
852
|
+
border-top: none;
|
853
|
+
padding: 10px;
|
854
|
+
-moz-border-radius-bottomleft: 6px;
|
855
|
+
-webkit-border-bottom-left-radius: 6px;
|
856
|
+
-o-border-bottom-left-radius: 6px;
|
857
|
+
-ms-border-bottom-left-radius: 6px;
|
858
|
+
-khtml-border-bottom-left-radius: 6px;
|
859
|
+
border-bottom-left-radius: 6px;
|
860
|
+
-moz-border-radius-bottomright: 6px;
|
861
|
+
-webkit-border-bottom-right-radius: 6px;
|
862
|
+
-o-border-bottom-right-radius: 6px;
|
863
|
+
-ms-border-bottom-right-radius: 6px;
|
864
|
+
-khtml-border-bottom-right-radius: 6px;
|
865
|
+
border-bottom-right-radius: 6px;
|
866
|
+
margin: 0 0 20px;
|
867
|
+
}
|
868
|
+
|
869
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
|
870
|
+
color: #10a54a;
|
871
|
+
font-size: 1.1em;
|
872
|
+
margin: 0;
|
873
|
+
padding: 15px 0 5px;
|
874
|
+
}
|
875
|
+
|
876
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content form input[type='text'].error {
|
877
|
+
outline: 2px solid black;
|
878
|
+
outline-color: #cc0000;
|
879
|
+
}
|
880
|
+
|
881
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header {
|
882
|
+
float: none;
|
883
|
+
clear: both;
|
884
|
+
overflow: hidden;
|
885
|
+
display: block;
|
886
|
+
}
|
887
|
+
|
888
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header input.submit {
|
889
|
+
display: block;
|
890
|
+
clear: none;
|
891
|
+
float: left;
|
892
|
+
padding: 6px 8px;
|
893
|
+
}
|
894
|
+
|
895
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header img {
|
896
|
+
display: block;
|
897
|
+
clear: none;
|
898
|
+
float: right;
|
899
|
+
}
|
900
|
+
|
901
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
|
902
|
+
padding: 4px 0 0 10px;
|
903
|
+
color: #6fc992;
|
904
|
+
display: inline-block;
|
905
|
+
font-size: 0.9em;
|
906
|
+
}
|
907
|
+
|
908
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.response div.block pre {
|
909
|
+
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
910
|
+
padding: 10px;
|
911
|
+
font-size: 0.9em;
|
912
|
+
max-height: 400px;
|
913
|
+
overflow-y: auto;
|
914
|
+
}
|
915
|
+
|
916
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put {
|
917
|
+
float: none;
|
918
|
+
clear: both;
|
919
|
+
overflow: hidden;
|
920
|
+
display: block;
|
921
|
+
margin: 0 0 10px;
|
922
|
+
padding: 0;
|
923
|
+
}
|
924
|
+
|
925
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
|
926
|
+
float: none;
|
927
|
+
clear: both;
|
928
|
+
overflow: hidden;
|
929
|
+
display: block;
|
930
|
+
margin: 0;
|
931
|
+
padding: 0;
|
932
|
+
background-color: #f9f2e9;
|
933
|
+
border: 1px solid #f0e0ca;
|
934
|
+
}
|
935
|
+
|
936
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 {
|
937
|
+
display: block;
|
938
|
+
clear: none;
|
939
|
+
float: left;
|
940
|
+
width: auto;
|
941
|
+
margin: 0;
|
942
|
+
padding: 0;
|
943
|
+
line-height: 1.1em;
|
944
|
+
color: black;
|
945
|
+
}
|
946
|
+
|
947
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span {
|
948
|
+
margin: 0;
|
949
|
+
padding: 0;
|
950
|
+
}
|
951
|
+
|
952
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
|
953
|
+
text-transform: uppercase;
|
954
|
+
background-color: #c5862b;
|
955
|
+
text-decoration: none;
|
956
|
+
color: white;
|
957
|
+
display: inline-block;
|
958
|
+
width: 50px;
|
959
|
+
font-size: 0.7em;
|
960
|
+
text-align: center;
|
961
|
+
padding: 7px 0 4px;
|
962
|
+
-moz-border-radius: 2px;
|
963
|
+
-webkit-border-radius: 2px;
|
964
|
+
-o-border-radius: 2px;
|
965
|
+
-ms-border-radius: 2px;
|
966
|
+
-khtml-border-radius: 2px;
|
967
|
+
border-radius: 2px;
|
968
|
+
}
|
969
|
+
|
970
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path {
|
971
|
+
padding-left: 10px;
|
972
|
+
}
|
973
|
+
|
974
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path a {
|
975
|
+
color: black;
|
976
|
+
text-decoration: none;
|
977
|
+
}
|
978
|
+
|
979
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path a:hover {
|
980
|
+
text-decoration: underline;
|
981
|
+
}
|
982
|
+
|
983
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options {
|
984
|
+
overflow: hidden;
|
985
|
+
padding: 0;
|
986
|
+
display: block;
|
987
|
+
clear: none;
|
988
|
+
float: right;
|
989
|
+
margin: 6px 10px 0 0;
|
990
|
+
}
|
991
|
+
|
992
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
|
993
|
+
float: left;
|
994
|
+
clear: none;
|
995
|
+
margin: 0;
|
996
|
+
padding: 2px 10px;
|
997
|
+
border-right: 1px solid #dddddd;
|
998
|
+
}
|
999
|
+
|
1000
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.first {
|
1001
|
+
padding-left: 0;
|
1002
|
+
}
|
1003
|
+
|
1004
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last {
|
1005
|
+
padding-right: 0;
|
1006
|
+
border-right: none;
|
1007
|
+
}
|
1008
|
+
|
1009
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
|
1010
|
+
border-right-color: #f0e0ca;
|
1011
|
+
color: #c5862b;
|
1012
|
+
font-size: 0.9em;
|
1013
|
+
}
|
1014
|
+
|
1015
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
|
1016
|
+
color: #c5862b;
|
1017
|
+
text-decoration: none;
|
1018
|
+
}
|
1019
|
+
|
1020
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a.active {
|
1021
|
+
text-decoration: underline;
|
1022
|
+
}
|
1023
|
+
|
1024
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
|
1025
|
+
background-color: #faf5ee;
|
1026
|
+
border: 1px solid #f0e0ca;
|
1027
|
+
border-top: none;
|
1028
|
+
padding: 10px;
|
1029
|
+
-moz-border-radius-bottomleft: 6px;
|
1030
|
+
-webkit-border-bottom-left-radius: 6px;
|
1031
|
+
-o-border-bottom-left-radius: 6px;
|
1032
|
+
-ms-border-bottom-left-radius: 6px;
|
1033
|
+
-khtml-border-bottom-left-radius: 6px;
|
1034
|
+
border-bottom-left-radius: 6px;
|
1035
|
+
-moz-border-radius-bottomright: 6px;
|
1036
|
+
-webkit-border-bottom-right-radius: 6px;
|
1037
|
+
-o-border-bottom-right-radius: 6px;
|
1038
|
+
-ms-border-bottom-right-radius: 6px;
|
1039
|
+
-khtml-border-bottom-right-radius: 6px;
|
1040
|
+
border-bottom-right-radius: 6px;
|
1041
|
+
margin: 0 0 20px;
|
1042
|
+
}
|
1043
|
+
|
1044
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
|
1045
|
+
color: #c5862b;
|
1046
|
+
font-size: 1.1em;
|
1047
|
+
margin: 0;
|
1048
|
+
padding: 15px 0 5px;
|
1049
|
+
}
|
1050
|
+
|
1051
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content form input[type='text'].error {
|
1052
|
+
outline: 2px solid black;
|
1053
|
+
outline-color: #cc0000;
|
1054
|
+
}
|
1055
|
+
|
1056
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header {
|
1057
|
+
float: none;
|
1058
|
+
clear: both;
|
1059
|
+
overflow: hidden;
|
1060
|
+
display: block;
|
1061
|
+
}
|
1062
|
+
|
1063
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header input.submit {
|
1064
|
+
display: block;
|
1065
|
+
clear: none;
|
1066
|
+
float: left;
|
1067
|
+
padding: 6px 8px;
|
1068
|
+
}
|
1069
|
+
|
1070
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header img {
|
1071
|
+
display: block;
|
1072
|
+
clear: none;
|
1073
|
+
float: right;
|
1074
|
+
}
|
1075
|
+
|
1076
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
|
1077
|
+
padding: 4px 0 0 10px;
|
1078
|
+
color: #dcb67f;
|
1079
|
+
display: inline-block;
|
1080
|
+
font-size: 0.9em;
|
1081
|
+
}
|
1082
|
+
|
1083
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.response div.block pre {
|
1084
|
+
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
1085
|
+
padding: 10px;
|
1086
|
+
font-size: 0.9em;
|
1087
|
+
max-height: 400px;
|
1088
|
+
overflow-y: auto;
|
1089
|
+
}
|
1090
|
+
|
1091
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch {
|
1092
|
+
float: none;
|
1093
|
+
clear: both;
|
1094
|
+
overflow: hidden;
|
1095
|
+
display: block;
|
1096
|
+
margin: 0 0 10px;
|
1097
|
+
padding: 0;
|
1098
|
+
}
|
1099
|
+
|
1100
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
|
1101
|
+
float: none;
|
1102
|
+
clear: both;
|
1103
|
+
overflow: hidden;
|
1104
|
+
display: block;
|
1105
|
+
margin: 0;
|
1106
|
+
padding: 0;
|
1107
|
+
background-color: #FCE9E3;
|
1108
|
+
border: 1px solid #F5D5C3;
|
1109
|
+
}
|
1110
|
+
|
1111
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 {
|
1112
|
+
display: block;
|
1113
|
+
clear: none;
|
1114
|
+
float: left;
|
1115
|
+
width: auto;
|
1116
|
+
margin: 0;
|
1117
|
+
padding: 0;
|
1118
|
+
line-height: 1.1em;
|
1119
|
+
color: black;
|
1120
|
+
}
|
1121
|
+
|
1122
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span {
|
1123
|
+
margin: 0;
|
1124
|
+
padding: 0;
|
1125
|
+
}
|
1126
|
+
|
1127
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
|
1128
|
+
text-transform: uppercase;
|
1129
|
+
background-color: #D38042;
|
1130
|
+
text-decoration: none;
|
1131
|
+
color: white;
|
1132
|
+
display: inline-block;
|
1133
|
+
width: 50px;
|
1134
|
+
font-size: 0.7em;
|
1135
|
+
text-align: center;
|
1136
|
+
padding: 7px 0 4px 0;
|
1137
|
+
-moz-border-radius: 2px;
|
1138
|
+
-webkit-border-radius: 2px;
|
1139
|
+
-o-border-radius: 2px;
|
1140
|
+
-ms-border-radius: 2px;
|
1141
|
+
-khtml-border-radius: 2px;
|
1142
|
+
border-radius: 2px;
|
1143
|
+
}
|
1144
|
+
|
1145
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path {
|
1146
|
+
padding-left: 10px;
|
1147
|
+
}
|
1148
|
+
|
1149
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path a {
|
1150
|
+
color: black;
|
1151
|
+
text-decoration: none;
|
1152
|
+
}
|
1153
|
+
|
1154
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path a:hover {
|
1155
|
+
text-decoration: underline;
|
1156
|
+
}
|
1157
|
+
|
1158
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options {
|
1159
|
+
overflow: hidden;
|
1160
|
+
padding: 0;
|
1161
|
+
display: block;
|
1162
|
+
clear: none;
|
1163
|
+
float: right;
|
1164
|
+
margin: 6px 10px 0 0;
|
1165
|
+
}
|
1166
|
+
|
1167
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
|
1168
|
+
float: left;
|
1169
|
+
clear: none;
|
1170
|
+
margin: 0;
|
1171
|
+
padding: 2px 10px;
|
1172
|
+
border-right: 1px solid #dddddd;
|
1173
|
+
}
|
1174
|
+
|
1175
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.first {
|
1176
|
+
padding-left: 0;
|
1177
|
+
}
|
1178
|
+
|
1179
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last {
|
1180
|
+
padding-right: 0;
|
1181
|
+
border-right: none;
|
1182
|
+
}
|
1183
|
+
|
1184
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
|
1185
|
+
border-right-color: #f0cecb;
|
1186
|
+
color: #D38042;
|
1187
|
+
font-size: 0.9em;
|
1188
|
+
}
|
1189
|
+
|
1190
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
|
1191
|
+
color: #D38042;
|
1192
|
+
text-decoration: none;
|
1193
|
+
}
|
1194
|
+
|
1195
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a.active {
|
1196
|
+
text-decoration: underline;
|
1197
|
+
}
|
1198
|
+
|
1199
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
|
1200
|
+
background-color: #faf0ef;
|
1201
|
+
border: 1px solid #f0cecb;
|
1202
|
+
border-top: none;
|
1203
|
+
padding: 10px;
|
1204
|
+
-moz-border-radius-bottomleft: 6px;
|
1205
|
+
-webkit-border-bottom-left-radius: 6px;
|
1206
|
+
-o-border-bottom-left-radius: 6px;
|
1207
|
+
-ms-border-bottom-left-radius: 6px;
|
1208
|
+
-khtml-border-bottom-left-radius: 6px;
|
1209
|
+
border-bottom-left-radius: 6px;
|
1210
|
+
-moz-border-radius-bottomright: 6px;
|
1211
|
+
-webkit-border-bottom-right-radius: 6px;
|
1212
|
+
-o-border-bottom-right-radius: 6px;
|
1213
|
+
-ms-border-bottom-right-radius: 6px;
|
1214
|
+
-khtml-border-bottom-right-radius: 6px;
|
1215
|
+
border-bottom-right-radius: 6px;
|
1216
|
+
margin: 0 0 20px;
|
1217
|
+
}
|
1218
|
+
|
1219
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
|
1220
|
+
color: #D38042;
|
1221
|
+
font-size: 1.1em;
|
1222
|
+
margin: 0;
|
1223
|
+
padding: 15px 0 5px;
|
1224
|
+
}
|
1225
|
+
|
1226
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content form input[type='text'].error {
|
1227
|
+
outline: 2px solid black;
|
1228
|
+
outline-color: #F5D5C3;
|
1229
|
+
}
|
1230
|
+
|
1231
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header {
|
1232
|
+
float: none;
|
1233
|
+
clear: both;
|
1234
|
+
overflow: hidden;
|
1235
|
+
display: block;
|
1236
|
+
}
|
1237
|
+
|
1238
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header input.submit {
|
1239
|
+
display: block;
|
1240
|
+
clear: none;
|
1241
|
+
float: left;
|
1242
|
+
padding: 6px 8px;
|
1243
|
+
}
|
1244
|
+
|
1245
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header img {
|
1246
|
+
display: block;
|
1247
|
+
clear: none;
|
1248
|
+
float: right;
|
1249
|
+
}
|
1250
|
+
|
1251
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
|
1252
|
+
padding: 4px 0 0 10px;
|
1253
|
+
color: #dcb67f;
|
1254
|
+
display: inline-block;
|
1255
|
+
font-size: 0.9em;
|
1256
|
+
}
|
1257
|
+
|
1258
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.response div.block pre {
|
1259
|
+
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
1260
|
+
padding: 10px;
|
1261
|
+
font-size: 0.9em;
|
1262
|
+
max-height: 400px;
|
1263
|
+
overflow-y: auto;
|
1264
|
+
}
|
1265
|
+
|
1266
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head {
|
1267
|
+
float: none;
|
1268
|
+
clear: both;
|
1269
|
+
overflow: hidden;
|
1270
|
+
display: block;
|
1271
|
+
margin: 0 0 10px 0;
|
1272
|
+
padding: 0 0 0 0px;
|
1273
|
+
}
|
1274
|
+
|
1275
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading {
|
1276
|
+
float: none;
|
1277
|
+
clear: both;
|
1278
|
+
overflow: hidden;
|
1279
|
+
display: block;
|
1280
|
+
margin: 0 0 0 0;
|
1281
|
+
padding: 0;
|
1282
|
+
background-color: #fcffcd;
|
1283
|
+
border: 1px solid black;
|
1284
|
+
border-color: #ffd20f;
|
1285
|
+
}
|
1286
|
+
|
1287
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 {
|
1288
|
+
display: block;
|
1289
|
+
clear: none;
|
1290
|
+
float: left;
|
1291
|
+
width: auto;
|
1292
|
+
margin: 0;
|
1293
|
+
padding: 0;
|
1294
|
+
line-height: 1.1em;
|
1295
|
+
color: black;
|
1296
|
+
}
|
1297
|
+
|
1298
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span {
|
1299
|
+
margin: 0;
|
1300
|
+
padding: 0;
|
1301
|
+
}
|
1302
|
+
|
1303
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.http_method a {
|
1304
|
+
text-transform: uppercase;
|
1305
|
+
background-color: #ffd20f;
|
1306
|
+
text-decoration: none;
|
1307
|
+
color: white;
|
1308
|
+
display: inline-block;
|
1309
|
+
width: 50px;
|
1310
|
+
font-size: 0.7em;
|
1311
|
+
text-align: center;
|
1312
|
+
padding: 7px 0 4px 0;
|
1313
|
+
-moz-border-radius: 2px;
|
1314
|
+
-webkit-border-radius: 2px;
|
1315
|
+
-o-border-radius: 2px;
|
1316
|
+
-ms-border-radius: 2px;
|
1317
|
+
-khtml-border-radius: 2px;
|
1318
|
+
border-radius: 2px;
|
1319
|
+
}
|
1320
|
+
|
1321
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.path {
|
1322
|
+
padding-left: 10px;
|
1323
|
+
}
|
1324
|
+
|
1325
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.path a {
|
1326
|
+
color: black;
|
1327
|
+
text-decoration: none;
|
1328
|
+
}
|
1329
|
+
|
1330
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.path a:hover {
|
1331
|
+
text-decoration: underline;
|
1332
|
+
}
|
1333
|
+
|
1334
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options {
|
1335
|
+
float: none;
|
1336
|
+
clear: both;
|
1337
|
+
overflow: hidden;
|
1338
|
+
margin: 0;
|
1339
|
+
padding: 0;
|
1340
|
+
display: block;
|
1341
|
+
clear: none;
|
1342
|
+
float: right;
|
1343
|
+
margin: 6px 10px 0 0;
|
1344
|
+
}
|
1345
|
+
|
1346
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
|
1347
|
+
float: left;
|
1348
|
+
clear: none;
|
1349
|
+
margin: 0;
|
1350
|
+
padding: 2px 10px;
|
1351
|
+
border-right: 1px solid #dddddd;
|
1352
|
+
}
|
1353
|
+
|
1354
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.first {
|
1355
|
+
padding-left: 0;
|
1356
|
+
}
|
1357
|
+
|
1358
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last {
|
1359
|
+
padding-right: 0;
|
1360
|
+
border-right: none;
|
1361
|
+
}
|
1362
|
+
|
1363
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
|
1364
|
+
border-right-color: #ffd20f;
|
1365
|
+
color: #ffd20f;
|
1366
|
+
font-size: 0.9em;
|
1367
|
+
}
|
1368
|
+
|
1369
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a {
|
1370
|
+
color: #ffd20f;
|
1371
|
+
text-decoration: none;
|
1372
|
+
}
|
1373
|
+
|
1374
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a.active {
|
1375
|
+
text-decoration: underline;
|
1376
|
+
}
|
1377
|
+
|
1378
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content {
|
1379
|
+
background-color: #fcffcd;
|
1380
|
+
border: 1px solid black;
|
1381
|
+
border-color: #ffd20f;
|
1382
|
+
border-top: none;
|
1383
|
+
padding: 10px;
|
1384
|
+
-moz-border-radius-bottomleft: 6px;
|
1385
|
+
-webkit-border-bottom-left-radius: 6px;
|
1386
|
+
-o-border-bottom-left-radius: 6px;
|
1387
|
+
-ms-border-bottom-left-radius: 6px;
|
1388
|
+
-khtml-border-bottom-left-radius: 6px;
|
1389
|
+
border-bottom-left-radius: 6px;
|
1390
|
+
-moz-border-radius-bottomright: 6px;
|
1391
|
+
-webkit-border-bottom-right-radius: 6px;
|
1392
|
+
-o-border-bottom-right-radius: 6px;
|
1393
|
+
-ms-border-bottom-right-radius: 6px;
|
1394
|
+
-khtml-border-bottom-right-radius: 6px;
|
1395
|
+
border-bottom-right-radius: 6px;
|
1396
|
+
margin: 0 0 20px 0;
|
1397
|
+
}
|
1398
|
+
|
1399
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 {
|
1400
|
+
color: #ffd20f;
|
1401
|
+
font-size: 1.1em;
|
1402
|
+
margin: 0;
|
1403
|
+
padding: 15px 0 5px 0px;
|
1404
|
+
}
|
1405
|
+
|
1406
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content form input[type='text'].error {
|
1407
|
+
outline: 2px solid black;
|
1408
|
+
outline-color: #cc0000;
|
1409
|
+
}
|
1410
|
+
|
1411
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header {
|
1412
|
+
float: none;
|
1413
|
+
clear: both;
|
1414
|
+
overflow: hidden;
|
1415
|
+
display: block;
|
1416
|
+
}
|
1417
|
+
|
1418
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header input.submit {
|
1419
|
+
display: block;
|
1420
|
+
clear: none;
|
1421
|
+
float: left;
|
1422
|
+
padding: 6px 8px;
|
1423
|
+
}
|
1424
|
+
|
1425
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header img {
|
1426
|
+
display: block;
|
1427
|
+
display: block;
|
1428
|
+
clear: none;
|
1429
|
+
float: right;
|
1430
|
+
}
|
1431
|
+
|
1432
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a {
|
1433
|
+
padding: 4px 0 0 10px;
|
1434
|
+
color: #6fc992;
|
1435
|
+
display: inline-block;
|
1436
|
+
font-size: 0.9em;
|
1437
|
+
}
|
1438
|
+
|
1439
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.response div.block {
|
1440
|
+
background-color: #fcf6db;
|
1441
|
+
border: 1px solid black;
|
1442
|
+
border-color: #e5e0c6;
|
1443
|
+
}
|
1444
|
+
|
1445
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.response div.block pre {
|
1446
|
+
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
1447
|
+
padding: 10px;
|
1448
|
+
font-size: 0.9em;
|
1449
|
+
max-height: 400px;
|
1450
|
+
overflow-y: auto;
|
1451
|
+
}
|
1452
|
+
|
1453
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete {
|
1454
|
+
float: none;
|
1455
|
+
clear: both;
|
1456
|
+
overflow: hidden;
|
1457
|
+
display: block;
|
1458
|
+
margin: 0 0 10px;
|
1459
|
+
padding: 0;
|
1460
|
+
}
|
1461
|
+
|
1462
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
|
1463
|
+
float: none;
|
1464
|
+
clear: both;
|
1465
|
+
overflow: hidden;
|
1466
|
+
display: block;
|
1467
|
+
margin: 0;
|
1468
|
+
padding: 0;
|
1469
|
+
background-color: #f5e8e8;
|
1470
|
+
border: 1px solid #e8c6c7;
|
1471
|
+
}
|
1472
|
+
|
1473
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 {
|
1474
|
+
display: block;
|
1475
|
+
clear: none;
|
1476
|
+
float: left;
|
1477
|
+
width: auto;
|
1478
|
+
margin: 0;
|
1479
|
+
padding: 0;
|
1480
|
+
line-height: 1.1em;
|
1481
|
+
color: black;
|
1482
|
+
}
|
1483
|
+
|
1484
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span {
|
1485
|
+
margin: 0;
|
1486
|
+
padding: 0;
|
1487
|
+
}
|
1488
|
+
|
1489
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
|
1490
|
+
text-transform: uppercase;
|
1491
|
+
background-color: #a41e22;
|
1492
|
+
text-decoration: none;
|
1493
|
+
color: white;
|
1494
|
+
display: inline-block;
|
1495
|
+
width: 50px;
|
1496
|
+
font-size: 0.7em;
|
1497
|
+
text-align: center;
|
1498
|
+
padding: 7px 0 4px 0;
|
1499
|
+
-moz-border-radius: 2px;
|
1500
|
+
-webkit-border-radius: 2px;
|
1501
|
+
-o-border-radius: 2px;
|
1502
|
+
-ms-border-radius: 2px;
|
1503
|
+
-khtml-border-radius: 2px;
|
1504
|
+
border-radius: 2px;
|
1505
|
+
}
|
1506
|
+
|
1507
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path {
|
1508
|
+
padding-left: 10px;
|
1509
|
+
}
|
1510
|
+
|
1511
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path a {
|
1512
|
+
color: black;
|
1513
|
+
text-decoration: none;
|
1514
|
+
}
|
1515
|
+
|
1516
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path a:hover {
|
1517
|
+
text-decoration: underline;
|
1518
|
+
}
|
1519
|
+
|
1520
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options {
|
1521
|
+
overflow: hidden;
|
1522
|
+
padding: 0;
|
1523
|
+
display: block;
|
1524
|
+
clear: none;
|
1525
|
+
float: right;
|
1526
|
+
margin: 6px 10px 0 0;
|
1527
|
+
}
|
1528
|
+
|
1529
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
|
1530
|
+
float: left;
|
1531
|
+
clear: none;
|
1532
|
+
margin: 0;
|
1533
|
+
padding: 2px 10px;
|
1534
|
+
border-right: 1px solid #dddddd;
|
1535
|
+
}
|
1536
|
+
|
1537
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.first {
|
1538
|
+
padding-left: 0;
|
1539
|
+
}
|
1540
|
+
|
1541
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last {
|
1542
|
+
padding-right: 0;
|
1543
|
+
border-right: none;
|
1544
|
+
}
|
1545
|
+
|
1546
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
|
1547
|
+
border-right-color: #e8c6c7;
|
1548
|
+
color: #a41e22;
|
1549
|
+
font-size: 0.9em;
|
1550
|
+
}
|
1551
|
+
|
1552
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
|
1553
|
+
color: #a41e22;
|
1554
|
+
text-decoration: none;
|
1555
|
+
}
|
1556
|
+
|
1557
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a.active {
|
1558
|
+
text-decoration: underline;
|
1559
|
+
}
|
1560
|
+
|
1561
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
|
1562
|
+
background-color: #f7eded;
|
1563
|
+
border: 1px solid #e8c6c7;
|
1564
|
+
border-top: none;
|
1565
|
+
padding: 10px;
|
1566
|
+
-moz-border-radius-bottomleft: 6px;
|
1567
|
+
-webkit-border-bottom-left-radius: 6px;
|
1568
|
+
-o-border-bottom-left-radius: 6px;
|
1569
|
+
-ms-border-bottom-left-radius: 6px;
|
1570
|
+
-khtml-border-bottom-left-radius: 6px;
|
1571
|
+
border-bottom-left-radius: 6px;
|
1572
|
+
-moz-border-radius-bottomright: 6px;
|
1573
|
+
-webkit-border-bottom-right-radius: 6px;
|
1574
|
+
-o-border-bottom-right-radius: 6px;
|
1575
|
+
-ms-border-bottom-right-radius: 6px;
|
1576
|
+
-khtml-border-bottom-right-radius: 6px;
|
1577
|
+
border-bottom-right-radius: 6px;
|
1578
|
+
margin: 0 0 20px 0;
|
1579
|
+
}
|
1580
|
+
|
1581
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
|
1582
|
+
color: #a41e22;
|
1583
|
+
font-size: 1.1em;
|
1584
|
+
margin: 0;
|
1585
|
+
padding: 15px 0 5px;
|
1586
|
+
}
|
1587
|
+
|
1588
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content form input[type='text'].error {
|
1589
|
+
outline: 2px solid black;
|
1590
|
+
outline-color: #cc0000;
|
1591
|
+
}
|
1592
|
+
|
1593
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header {
|
1594
|
+
float: none;
|
1595
|
+
clear: both;
|
1596
|
+
overflow: hidden;
|
1597
|
+
display: block;
|
1598
|
+
}
|
1599
|
+
|
1600
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header input.submit {
|
1601
|
+
display: block;
|
1602
|
+
clear: none;
|
1603
|
+
float: left;
|
1604
|
+
padding: 6px 8px;
|
1605
|
+
}
|
1606
|
+
|
1607
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header img {
|
1608
|
+
display: block;
|
1609
|
+
clear: none;
|
1610
|
+
float: right;
|
1611
|
+
}
|
1612
|
+
|
1613
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
|
1614
|
+
padding: 4px 0 0 10px;
|
1615
|
+
color: #c8787a;
|
1616
|
+
display: inline-block;
|
1617
|
+
font-size: 0.9em;
|
1618
|
+
}
|
1619
|
+
|
1620
|
+
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.response div.block pre {
|
1621
|
+
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
1622
|
+
padding: 10px;
|
1623
|
+
font-size: 0.9em;
|
1624
|
+
max-height: 400px;
|
1625
|
+
overflow-y: auto;
|
1626
|
+
}
|
1627
|
+
|
1628
|
+
|
1629
|
+
.model-signature {
|
1630
|
+
font-family: "Droid Sans", sans-serif;
|
1631
|
+
font-size: 1em;
|
1632
|
+
line-height: 1.5em;
|
1633
|
+
}
|
1634
|
+
|
1635
|
+
.model-signature .description div {
|
1636
|
+
font-size: 0.9em;
|
1637
|
+
line-height: 1.5em;
|
1638
|
+
margin-left: 1em;
|
1639
|
+
}
|
1640
|
+
|
1641
|
+
.model-signature .description .strong {
|
1642
|
+
font-weight: bold;
|
1643
|
+
color: #000;
|
1644
|
+
font-size: .9em;
|
1645
|
+
}
|
1646
|
+
|
1647
|
+
.model-signature .description .stronger {
|
1648
|
+
font-weight: bold;
|
1649
|
+
color: #000;
|
1650
|
+
}
|
1651
|
+
|
1652
|
+
.model-signature .signature-nav a {
|
1653
|
+
text-decoration: none;
|
1654
|
+
color: #AAA;
|
1655
|
+
}
|
1656
|
+
|
1657
|
+
.model-signature pre {
|
1658
|
+
font-size: .85em;
|
1659
|
+
line-height: 1.2em;
|
1660
|
+
overflow: auto;
|
1661
|
+
max-height: 200px;
|
1662
|
+
cursor: pointer;
|
1663
|
+
}
|
1664
|
+
|
1665
|
+
.model-signature pre:hover {
|
1666
|
+
background-color: #ffffdd;
|
1667
|
+
}
|
1668
|
+
|
1669
|
+
.model-signature .snippet small {
|
1670
|
+
font-size: 0.75em;
|
1671
|
+
}
|
1672
|
+
|
1673
|
+
.model-signature .signature-container {
|
1674
|
+
clear: both;
|
1675
|
+
}
|
1676
|
+
|
1677
|
+
.model-signature .signature-nav a:hover {
|
1678
|
+
text-decoration: underline;
|
1679
|
+
color: black;
|
1680
|
+
}
|
1681
|
+
|
1682
|
+
.model-signature .signature-nav .selected {
|
1683
|
+
color: black;
|
1684
|
+
text-decoration: none;
|
1685
|
+
}
|
1686
|
+
|
1687
|
+
.model-signature ul.signature-nav {
|
1688
|
+
display: block;
|
1689
|
+
margin: 0;
|
1690
|
+
padding: 0;
|
1691
|
+
}
|
1692
|
+
|
1693
|
+
.model-signature ul.signature-nav li {
|
1694
|
+
float: left;
|
1695
|
+
margin: 0 5px 5px 0;
|
1696
|
+
padding: 2px 5px 2px 0;
|
1697
|
+
border-right: 1px solid #ddd;
|
1698
|
+
}
|
1699
|
+
|
1700
|
+
.model-signature ul.signature-nav li:last-child {
|
1701
|
+
padding-right: 0;
|
1702
|
+
border-right: none;
|
1703
|
+
}
|
1704
|
+
|
1705
|
+
.model-signature .propName {
|
1706
|
+
font-weight: bold;
|
1707
|
+
}
|
1708
|
+
.model-signature .propType {
|
1709
|
+
color: #5555aa;
|
1710
|
+
}
|
1711
|
+
.model-signature .propOptKey {
|
1712
|
+
font-style: italic;
|
1713
|
+
}
|
1714
|
+
.model-signature .propOpt {
|
1715
|
+
color: #555;
|
1716
|
+
}
|
1717
|
+
|
1718
|
+
pre code {
|
1719
|
+
background: none;
|
1720
|
+
}
|
1721
|
+
|
1722
|
+
.content pre {
|
1723
|
+
font-size: 12px;
|
1724
|
+
margin-top: 5px;
|
1725
|
+
padding: 5px;
|
1726
|
+
}
|
1727
|
+
|
1728
|
+
.content > .content-type > div > label {
|
1729
|
+
clear: both;
|
1730
|
+
display: block;
|
1731
|
+
color: #0F6AB4;
|
1732
|
+
font-size: 1.1em;
|
1733
|
+
margin: 0;
|
1734
|
+
padding: 15px 0 5px;
|
1735
|
+
}
|
1736
|
+
|
1737
|
+
.swagger-ui-wrap {
|
1738
|
+
max-width: 960px;
|
1739
|
+
margin-left: auto;
|
1740
|
+
margin-right: auto;
|
1741
|
+
}
|
1742
|
+
|
1743
|
+
.icon-btn {
|
1744
|
+
cursor: pointer;
|
1745
|
+
}
|
1746
|
+
|
1747
|
+
#message-bar {
|
1748
|
+
min-height: 30px;
|
1749
|
+
text-align: center;
|
1750
|
+
padding-top: 10px;
|
1751
|
+
}
|
1752
|
+
|
1753
|
+
.message-success {
|
1754
|
+
color: #89BF04;
|
1755
|
+
}
|
1756
|
+
|
1757
|
+
.message-fail {
|
1758
|
+
color: #cc0000;
|
1759
|
+
}
|