Skip to main content

Check out Port for yourselfย 

Rename a blueprint's mirror property

PATCH 

/v1/blueprints/:identifier/mirror/:mirror_name/rename

This route allows you to change the identifier of a mirror 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.

    mirror_name stringrequired

    The identifier of the mirror property you want to rename.

Body

    newMirrorNamestring

    The new identifier of the mirror property.

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

Responsesโ€‹

Default Response