> For the complete documentation index, see llms.txt.
Skip to main content

Check out Port for yourself ➜ 

Update a blueprint

PATCH 

/v1/blueprints/:identifier

This route allows you to update a specific blueprint in your Port account. Send only the fields you want to add or change — the server merges your body on top of the current blueprint, leaving all other fields untouched.

For system blueprints, PATCH lets you extend custom fields or add new ones on top of Port's structure, but it cannot modify Port-managed fields. If you want to manage a full local copy and reconcile it back to Port, use GET /blueprints/system/:identifier/structure together with PUT instead.

To learn more about blueprints, check out the documentation.

Request

Responses

Updated successfully.