From a79994485c82b1a11024fe4d128c571e1fe18309 Mon Sep 17 00:00:00 2001 From: Ryutaro Koma Date: Tue, 23 Dec 2025 17:47:15 +0900 Subject: [PATCH] Update projectrome-put-activity.md Added activationUrl to the request body example, because it's a mandatory property. --- api-reference/v1.0/api/projectrome-put-activity.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/projectrome-put-activity.md b/api-reference/v1.0/api/projectrome-put-activity.md index 45acbf1415b..63a5de8162b 100644 --- a/api-reference/v1.0/api/projectrome-put-activity.md +++ b/api-reference/v1.0/api/projectrome-put-activity.md @@ -90,7 +90,8 @@ Content-type: application/json } ] } - } + }, + "activationUrl": "https://www.contoso.com/article?id=12345" } ```