PUT /api/v1/admin/countries/{country-id}
Update an existing country.
Permission | Description |
---|---|
countries.view_all | Access countries |
countries.update | Update a country |
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | Name of the country (max 255) |
{
"country": {<country resource>}
}