PATCH https://apis.roblox.com/cloud/v1/assets/:assetId
Updates an asset with provided content and metadata.
body
assetId The unique identifier of the asset.
updateMask Asset metadata fields to update, including the description, display name, icon, and previews. Examples: description%2CdisplayName, previews%2CtwitchSocialLink.
Updates an asset with provided content and metadata, including the description, display name, icon, social links, and previews. Currently can only update the content body for Models. Icons and Previews must be Image assets. Icons must have square dimensions.
Provide the Asset, binary asset file path, and content type in the form data.
PATCH https://apis.roblox.com/cloud/v1/assets/:assetId Updates an asset with provided content and metadata. body assetId The unique identifier of the asset. updateMask Asset metadata fields to update, including the description, display name, icon, and previews. Examples:
description%2CdisplayName
,previews%2CtwitchSocialLink
. Updates an asset with provided content and metadata, including the description, display name, icon, social links, and previews. Currently can only update the content body for Models. Icons and Previews must be Image assets. Icons must have square dimensions.Provide the Asset, binary asset file path, and content type in the form data.