Skip to main content
PATCH
/
api
/
v1
/
mudmap
/
{mudmap_mudmapid}
/
unallocated-layer
/
{uuid}
Update a MudMap unallocated layer
curl --request PATCH \
  --url https://vision.pingintel.com/api/v1/mudmap/{mudmap_mudmapid}/unallocated-layer/{uuid} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "layer_attachment": "<string>",
  "layer_limit": "<string>"
}
'
{
  "layer_attachment": "<string>",
  "layer_limit": "<string>",
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Supports Token -prefixed API keys and Bearer -prefixed JWT-based authentication.

Path Parameters

mudmap_mudmapid
string
required
Pattern: ^mm-[a-zA-Z0-9-]+$
uuid
string
required
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Body

layer_attachment
string<decimal>
Pattern: ^-?\d{0,18}(?:\.\d{0,2})?$
layer_limit
string<decimal>
Pattern: ^-?\d{0,18}(?:\.\d{0,2})?$

Response

200 - application/json
layer_attachment
string<decimal>
required
Pattern: ^-?\d{0,18}(?:\.\d{0,2})?$
layer_limit
string<decimal>
required
Pattern: ^-?\d{0,18}(?:\.\d{0,2})?$
uuid
string<uuid> | null
required
read-only