axonpush
API referenceOrganization

PATCH /organizations/{orgId}/telemetry-policy

PATCH
/organizations/{orgId}/telemetry-policy

Path Parameters

orgId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

body*unknown

Telemetry policy JSON object

Response Body

application/json

application/problem+json

curl -X PATCH "https://example.com/organizations/string/telemetry-policy"
{  "$schema": "https://example.com/schemas/TelemetryPolicyOutputBody.json",  "policy": null,  "version": 0}