{
  "$id": "https://intentschema.org/profiles/com.microsoft.teams/communication.chat.message.edit.v1.json",
  "id": "org.intentschema.communication.chat.message.edit.v1@com.microsoft.teams.v1",
  "pins": "https://intentschema.org/intents/communication/chat/message/edit/v1.json",
  "title": "Teams chat message edit profile",
  "description": "Microsoft Teams profile for chat message edit.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "ms_teams"
          }
        },
        "required": [
          "system"
        ]
      },
      "ms_teams": {
        "type": "object",
        "properties": {
          "mentions": {
            "type": "array"
          },
          "importance": {
            "enum": [
              "normal",
              "high",
              "urgent"
            ]
          }
        }
      }
    }
  },
  "api": {
    "method": "PATCH",
    "path": "/v1.0/chats/{chatId}/messages/{id}",
    "scopes": [
      "Chat.ReadWrite"
    ],
    "docs": "https://learn.microsoft.com/en-us/graph/api/chatmessage-update",
    "params": {
      "target.external_id": "messageId path param",
      "object.text": "body.content"
    },
    "base_url": "https://graph.microsoft.com"
  }
}
