curl --request PATCH \
--url https://api.example.com/api/landscapes/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"sort_order": 123
}
'{
"data": {
"id": 123,
"ecosystem_id": 123,
"name": "<string>",
"description": "<string>",
"sort_order": 123,
"entities": [
{
"id": 123,
"name": "<string>",
"tagline": "<string>",
"image": "<string>"
}
]
}
}curl --request PATCH \
--url https://api.example.com/api/landscapes/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"sort_order": 123
}
'{
"data": {
"id": 123,
"ecosystem_id": 123,
"name": "<string>",
"description": "<string>",
"sort_order": 123,
"entities": [
{
"id": 123,
"name": "<string>",
"tagline": "<string>",
"image": "<string>"
}
]
}
}Auth0 JWT access token
1^\d+$"1"
Updated landscape
Show child attributes