Skip to main content

Check out Port for yourself ➜ 

Change a blueprint

PUT 

/v1/blueprints/:identifier

This route allows you to change a specific blueprint in your Port account.

To learn more about blueprints, check out the documentation.

Modifying system blueprints
System blueprints (such as _team, _user, etc.) are managed by Port and their schemas may change over time. It is recommended to use the PATCH route to update specific fields instead of replacing the entire schema.
If you do use PUT, always fetch the latest version first and apply your changes on top of it. Sending a stale or incomplete schema will result in a 422 error.

Request

Responses

Updated successfully.