Automation Suite
2022.10
バナーの背景画像
UiPath Automation Suite API ガイド
最終更新日 2024年4月19日

メッセージ テンプレートを更新する

既存のメッセージ テンプレートをテンプレート ID で更新します。

API エンドポイント

docs image
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'
注: {access_token} を取得するには、必ずこちらで説明するいずれかの方法で認証を行ってください。

パス パラメーター

パラメーター

データ型

説明

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

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.