renameLabel( )


開発者プレビュー

このAPIは変更される可能性があります。プレビュー期間中、開発者からのフィードバックに基づいてバグ修正や新機能がリリースされる予定です。

Renames a label.

について renameLabel() function returns a Promise that resolves when the specified label's display name is changed.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Members and Contacts - all permissions
Manage Contact Labels
Learn more about app permissions.
メソッド宣言
コピー
メソッド・パラメータ
keystringRequired

Label key.

key is generated when the label is created. It cannot be modified, even if displayName is updated.


labelRenameLabelRequired

Label to rename.


optionsRenameLabelOptions

Language options.

リターン
Return Type:Promise<ContactLabel>
役に立ちましたか?
はい
いいえ