Skip to content

Get entity README

GET
/entities/{id}/readme
curl --request GET \
--url https://shoehorn.example.com/api/v1/entities/example/readme
id
required
string

README content

Media type application/json
object
content
string
format
string
Allowed values: markdown html
Example
{
"format": "markdown"
}