PULSAR
API ReferenceMachines Config U I

Update Machine Metricss Config U I Default

Update machine metricss config UI default.

Authorization

bearerAuth superadmin, superuser
Authorization<token>

In: header

Scope: superadmin, superuser

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

Try it live
PATCH
/machines/metrics/config-ui/default

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X PATCH "https://example.com/machines/metrics/config-ui/default" \  -H "Content-Type: application/json" \  -d '{    "property1": {},    "property2": {}  }'
Empty