{
"name": {
"es": "string",
"en": "string"
},
"description": {
"es": "string",
"en": "string"
},
"places": [
{
"name": {
"es": "string",
"en": "string"
},
"description": {
"es": "string",
"en": "string"
},
"image": "http://example.com"
}
],
"image": "http://example.com",
"detailedIcon": "http://example.com"
}curl --location --request PATCH 'https://api.gycoding.com/heraldsofchaos/worlds?id' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": {
"es": "string",
"en": "string"
},
"description": {
"es": "string",
"en": "string"
},
"places": [
{
"name": {
"es": "string",
"en": "string"
},
"description": {
"es": "string",
"en": "string"
},
"image": "http://example.com"
}
],
"image": "http://example.com",
"detailedIcon": "http://example.com"
}'{
"identifier": "string",
"name": "string",
"description": "string",
"places": [
{
"identifier": "string",
"name": "string",
"description": "string",
"image": "http://example.com"
}
],
"image": "http://example.com",
"detailedIcon": "http://example.com"
}