Skip to main content

Check out Port for yourselfย 

Rename a blueprint's relation

PATCH 

/v1/blueprints/:identifier/relations/:relation_identifier/rename

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

    relation_identifier stringrequired

    The identifier of the relation you want to rename.

Body

    newRelationIdentifierstring

    The new identifier of the relation.

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

Responsesโ€‹

Default Response