From ee0da17df1032f6d88bd3974c4fd6f0828754842 Mon Sep 17 00:00:00 2001 From: meisty Date: Thu, 2 Oct 2025 10:50:15 +0100 Subject: [PATCH] [LA-29863] Fix team update docs --- source/includes/_teams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/_teams.md b/source/includes/_teams.md index 262a852583a..e0b8715baf5 100644 --- a/source/includes/_teams.md +++ b/source/includes/_teams.md @@ -457,7 +457,7 @@ team = Learnamp::Teams.new(token).update(456, params) Update a Team -`PUT https://{API_BASE_URL}/v1/items` +`PUT https://{API_BASE_URL}/v1/teams/{teamId}` ### Required Scope This endpoint requires the `teams:update` scope.