Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.07 KB

AddAssetRequest.md

File metadata and controls

16 lines (12 loc) · 1.07 KB

AddAssetRequest

Properties

Name Type Description Notes
name str The full name of the new asset. Should be unique within the domain.
display_name str The display name of the new asset. [optional]
domain_id str The ID of the domain that the new asset should be added to.
type_id str The ID of the asset type of the new asset.
id str The ID of the new asset. Should be unique within all assets.<br/>It should have a format of universally unique identifier (UUID) and should not start with <code>00000000-0000-0000-</code> which is a reserved prefix. [optional]
status_id str The ID of the status of the new asset. [optional]
excluded_from_auto_hyperlinking bool Whether or not to exclude the new asset from auto hyperlinking. [optional]

[Back to Model list] [Back to API list] [Back to README]