Skip to main content

Rename a property in a blueprint

PATCH 

/v1/blueprints/:identifier/properties/:property_name/rename

This route allows you to change the identifier of a property in a specific blueprint in your Port account.

To learn more about blueprints, check out the documentation.

Request

Path Parameters

    identifier stringrequired

    The identifier of the blueprint you want to change.

    property_name stringrequired

    The identifier of the property you want to rename.

Body

    newPropertyName string

    Possible values: Value must match regular expression ^[A-Za-z0-9@_=\\-]+$

    The new identifier of the property.

Responses

Default Response

Loading...