Edit Region
edit region
Authorizations
AuthorizationstringRequired
Query parameters
uuidstringOptional
uuid of region
Body
namestringOptional
name of region
provinceIdsinteger[]Optional
list province of region
Responses
200
Response
application/json
post
/v1/region/updatePOST /v1/region/update HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 33
{
"name": "text",
"provinceIds": [
1
]
}200
Response
{
"data": {
"provinceIds": [
1
],
"updated_at": "text",
"uuid": "text",
"created_at": "text",
"id": 1,
"name": "text"
},
"message": "success",
"status": true
}Last updated