Skip to main content

Override Global Configuration

PUT 

/org/:orgId/properties/configurations/:globalConfigurationId/:value

Create a new Organization Scoped Configuration with the value passed in.

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

    globalConfigurationId stringrequired

    The Global Scope Configuration ID (non-UUID, human readable) for which you are querying.

    value stringrequired

    The Value you want to set the configuration to

Responses

Success.

Schema

    any

Loading...