Skip to main content
POST
/
api
/
v1
/
mudmap
/
{mudmap_mudmapid}
/
unallocated-layer
Create a MudMap unallocated layer
curl --request POST \
  --url https://vision.pingintel.com/api/v1/mudmap/{mudmap_mudmapid}/unallocated-layer \
  --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-]+$

Body

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

Response

201 - 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