Sylius/tests/Api/Responses/Expected/admin/province/put_province_response.json
2023-01-12 12:41:07 +01:00

8 lines
201 B
JSON

{
"@context": "\/api\/v2\/contexts\/Province",
"@id": "\/api\/v2\/admin\/provinces\/US-MI",
"@type": "Province",
"code": "US-MI",
"name": "Minnesota",
"abbreviation": "Minn."
}