provider Case Management Attribute POST /api/v2/cases/types/{case_type_id}/custom_attributes
@utdk/datadog /api/v2/cases/types/{case_type_id}/custom_attributes
Create custom attribute config for a case type
Create custom attribute config for a case type
case_type_id path required
Case type's UUID
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
createcustomattributeconfig
POST/api/v2/cases/types/{case_type_id}/custom_attributes
Create custom attribute config for a case type

Parameters

required

Case type's UUID

Input

required

Custom attribute config

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.createcustomattributeconfig()