Skip to main content

Patch organization details

PATCH 

/v1/organization

This route allows you to patch 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...