Skip to content

Commit 1db4906

Browse files
committed
fix(Enterprise Management): re-gen service with latest API
1 parent a559646 commit 1db4906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ibm_platform_services/enterprise_management_v1.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
# IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-8d569e8f-20201030-111043
17+
# IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-629bbb97-20201207-171303
1818

1919
"""
2020
The Enterprise Management API enables you to create and manage an enterprise, account
@@ -390,8 +390,8 @@ def create_account(self,
390390
Create a new account as a part of an existing enterprise. The API creates an
391391
account entity under the parent that is specified in the payload of the request.
392392
The request also takes in the name and the owner of this new account. The owner
393-
must have a valid IBMid that's registered with {{site.data.keyword.cloud_notm}},
394-
but they don't need to be a user in the enterprise account.
393+
must have a valid IBMid that's registered with IBM Cloud, but they don't need to
394+
be a user in the enterprise account.
395395
396396
:param str parent: The CRN of the parent under which the account will be
397397
created. The parent can be an existing account group or the enterprise

0 commit comments

Comments
 (0)