zowe / docs-site

Documentation for the Zowe project
https://docs.zowe.org/
Creative Commons Attribution 4.0 International
66 stars 132 forks source link

Issue with docs.zowe.org/stable/extend/extend-apiml/zaas-client/ #3697

Closed ihodgesibm closed 2 weeks ago

ihodgesibm commented 3 weeks ago

Description

In the example login snippet:

Example:

For login, use the following code snippet:

String zaasClientToken = zaasClient.login("user", "user");

This should be ...login("user", "password"); to match the API call method.

Pages to Update

Screenshots

Expected behavior

Additional context

janan07 commented 2 weeks ago

Closed with https://github.com/zowe/docs-site/pull/3706