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.
If you use this endpoint, always fetch the system blueprint structure first and apply your changes on top of it. Sending a stale or incomplete schema will result in a 422 error.
For additive changes, you can use the Update a blueprint endpoint.
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