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.
- application/json
Body
newRelationIdentifier string
Possible values: Value must match regular expression ^[A-Za-z0-9@_=\\-]+$
The new identifier of the relation.
Responses
- 200
Default Response
Loading...