orchestrator
2022.4
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Orchestrator API 指南

上次更新日期 2025年2月13日

更新消息模板

按模板 ID 更新现有消息模板。

API 端点

PUT https://{yourDomain}/{organizationName}/identity/api/MessageTemplate/{templateId}

作用域

需要以下作用域:

  • PM.MessageTemplate
  • PM.MessageTemplate.Write

请求标头

 --header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'

路径参数

参数

数据类型

描述

templateId

(必填)

字符串

要更新的消息模板的 ID。

请求正文

请求正文包含消息 ID 和新内容。

 {
  "id": 0,
  "value": "string"
}{
  "id": 0,
  "value": "string"
}

响应

200 OK

消息模板将更新,并返回新信息。
 {
  "id": 0,
  "name": "string",
  "value": "string"
}{
  "id": 0,
  "name": "string",
  "value": "string"
}

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
© 2005-2025 UiPath。保留所有权利。