Skip to main content

Check out Port for yourself 

Change an entity

PUT 

/v1/blueprints/:blueprint_identifier/entities/:entity_identifier

This route allows you to edit a specific entity in your software catalog and update its properties.

To learn more about entities, check out the documentation.

Request

Responses

Successfully changed the entity.
The response will have the following structure:

{
"ok": true,
"entity": {
"identifier": "new-microservice",
"title": "MyNewMicroservice",
"icon": "Microservice",
"team": [],
"properties": {
"content": "my content"
},
"relations": {}
}
}
KeyType
identifierstring
titlestring
iconstring
teamstring[]
propertiesobject
relationsobject