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