Skip to content

Commit

Permalink
Update OpenAPI docs for GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tip-automation committed Sep 26, 2023
1 parent 9f67078 commit 907e2fc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1953,6 +1953,10 @@
"description" : "The keep alive value in seconds. Usually 30s or less.",
"format" : "int64",
"default" : 25
},
"enabled" : {
"type" : "boolean",
"default" : true
}
}
};
Expand Down Expand Up @@ -28512,7 +28516,8 @@ <h3>Usage and SDK Samples</h3>
&quot;methodParameters&quot; : [ &quot;methodParameters&quot;, &quot;methodParameters&quot; ],
&quot;monitor&quot; : false,
&quot;strategy&quot; : &quot;random&quot;
}
},
&quot;enabled&quot; : true
}, {
&quot;radsecPoolType&quot; : &quot;generic&quot;,
&quot;acctConfig&quot; : {
Expand Down Expand Up @@ -28629,7 +28634,8 @@ <h3>Usage and SDK Samples</h3>
&quot;methodParameters&quot; : [ &quot;methodParameters&quot;, &quot;methodParameters&quot; ],
&quot;monitor&quot; : false,
&quot;strategy&quot; : &quot;random&quot;
}
},
&quot;enabled&quot; : true
} ]
}'
</code></pre>
Expand Down

0 comments on commit 907e2fc

Please sign in to comment.