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
- 200
- 401
- 404
- 413
- 422
Updated successfully.
Default Response
A resource with the provided identifier was not found
Request body is too large (limit is 1MiB)
The json provided does not match the route's schema