Rename an organizationPATCH/api/organizations/{id}Path parametersidstringrequiredRequest bodyrequiredapplication/jsonobjectResponses200Try itServerBase URLhttp://localhost:8000Custom base URLOverrides the selected server when set.Parametersidpath*Bodyapplication/jsonRequest body{}SendRequestcURLJavaScriptCopyCopiedcurl -X PATCH "http://localhost:8000/api/organizations/string" \ -H "Content-Type: application/json" \ -d '{}'const response = await fetch("http://localhost:8000/api/organizations/string", { method: "PATCH", headers: { "Content-Type": "application/json" }, body: "{}" });Response200No example response.