Skip to main content

Update Configuration

POST 

/org/:orgId/properties/configurations/update

Set the Configuration value for an Organization scoped Configuration

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) where you make updates

Query Parameters

    name stringrequired

    Name of the configuration

    value stringrequired

    New value of the configuration

Body

required

    string

Responses

Success.

Schema

    any

Loading...