PUT
/
api
/
v1
/
apps
/
{uuid}
/
security
Update security settings
curl --request PUT \
  --url https://app.miget.com/api/v1/apps/{uuid}/security \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "allow_connections": true
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Headers

X-Workspace-Id
string

Workspace ID (uses default workspace if not provided)

Path Parameters

uuid
string
required

Application UUID

Body

application/json

Update security settings

allow_connections
boolean
required

Allow internal network connections from other Miget applications in this workspace

Response

Update security settings

Api_V1_Entities_Message model

message
string
required

Response message