v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Assets

Update an asset type's asset field associations

put/assets/v1/types/{type_id}/fields

Path parameters

type_idstring required

Unique ID of the asset type.

Request body

replace_allboolean

Determines whether to replace all existing field associations for the asset type. When true, all existing field associations for the asset type are replaced with the specified field_ids. When false, the specified field_ids are merged with the existing field associations for the asset type.

field_idsstring[]

List of field IDs to associate with the asset type.

Response

A successful response.