UiPath Documentation
orchestrator
2025.10
true
Orchestrator API 指南
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

更新消息模板

“更新消息模板”端点概述,包括所需作用域和请求结构

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

API 端点​

PUT https://{yourDomain}/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"
}
  • API 端点​
  • 作用域​
  • 请求标头​
  • 路径参数​
  • 请求正文​
  • 响应​
  • 200 OK​

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新