Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

If using Bearer auth, pass the Secret Key as the token:

Path Parameters

id
string
required

The id of the requested resource

Body

application/json
title
string

Report title

description
string

Report description

status
enum<string>

UI lifecycle marker for the report

Available options:
published,
private
shareLevel
enum<string>

Visibility of the report. Setting to public enables a shareable shareUrl; setting back to organization or private revokes public access (the share token is preserved, so re-publishing exposes the same URL).

Available options:
public,
organization,
private
editLevel
enum<string>

Who can edit the report in the GrowthBook UI. organization allows any org member with the createAnalyses permission; private restricts editing to the report owner.

Available options:
organization,
private

Response

200 - application/json

Resource updated

report
object
required