Skip to main content

Update organization details

PUT 

/v1/organization

This route allows you to update the details of your Port organization, such as its name and hidden blueprints.

Request

Body

required

    name stringrequired

    The name of the organization.

    settings

    object

    hiddenBlueprints string[]

    An array of blueprint identifiers that should be hidden.

Responses

Updated successfully.

Schema

    ok required

    Possible values: [true]

Loading...