File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
_includes/themes/zeppelin Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9393 < li > < a href ="{{BASE_PATH}}/rest-api/rest-interpreter.html "> Interpreter API</ a > </ li >
9494 < li > < a href ="{{BASE_PATH}}/rest-api/rest-notebook.html "> Notebook API</ a > </ li >
9595 < li > < a href ="{{BASE_PATH}}/rest-api/rest-configuration.html "> Configuration API</ a > </ li >
96+ < li > < a href ="{{BASE_PATH}}/rest-api/rest-credential.html "> Credential API</ a > </ li >
9697 < li role ="separator " class ="divider "> </ li >
9798 < li class ="title "> < span > < b > Security</ b > < span > </ li >
9899 < li > < a href ="{{BASE_PATH}}/security/authentication.html "> Authentication for NGINX</ a > </ li >
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ Join to our [Mailing list](https://zeppelin.apache.org/community.html) and repor
163163 * [ Interpreter API] ( ./rest-api/rest-interpreter.html )
164164 * [ Notebook API] ( ./rest-api/rest-notebook.html )
165165 * [ Configuration API] ( ./rest-api/rest-configuration.html )
166+ * [ Credential API] ( ./rest-api/rest-credential.html )
166167* Security: available security support in Apache Zeppelin
167168 * [ Authentication for NGINX] ( ./security/authentication.html )
168169 * [ Shiro Authentication] ( ./security/shiroauthentication.html )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ limitations under the License.
3434 <col width="200">
3535 <tr>
3636 <td>Description</td>
37- <td>This ```GET``` method return all key/value pair of credential informations on the server.</td>
37+ <td>This ```GET``` method returns all key/value pairs of credential information on the server.</td>
3838 </tr>
3939 <tr>
4040 <td>URL</td>
@@ -78,7 +78,7 @@ limitations under the License.
7878 <col width="200">
7979 <tr>
8080 <td>Description</td>
81- <td>This ```PUT``` method create an credential information with new properties.</td>
81+ <td>This ```PUT``` method creates an credential information with new properties.</td>
8282 </tr>
8383 <tr>
8484 <td>URL</td>
You can’t perform that action at this time.
0 commit comments