Skip to main content

Update Project Metadata

POST 

/v1/project/update

Edit project metadata.

Request

Query Parameters

    project_id anyrequired

Body

required

    id Id (string)required

    The project id

    project_name

    object

    Project name to update

    anyOf

    string

    description

    object

    Project description to update

    anyOf

    string

    is_public

    object

    Should the project be public?

    anyOf

    boolean

    is_public_to_org

    object

    Should the project be shared to the organization?

    anyOf

    boolean

    slug

    object

    A new slug to use in project urls.

    anyOf

    string

    privacy

    object

    The privacy of the project

    anyOf

    string

    Possible values: [public, with_link, private, restricted]

Responses

Successful Response

Schema

    result Result (string)

    Default value: ok

Loading...