Skip to content

Update entity

PUT
/entities/{id}
curl --request PUT \
--url https://shoehorn.example.com/api/v1/entities/example \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "description": "example", "owner": "example", "lifecycle": "example", "tier": "example", "tags": [ "example" ] }'
id
required
string
Media type application/json
object
name
string
description
string
owner
string
lifecycle
string
tier
string
tags
Array<string>
Example generated
{
"name": "example",
"description": "example",
"owner": "example",
"lifecycle": "example",
"tier": "example",
"tags": [
"example"
]
}

Updated entity