Update a shared assetAsk AIput https://api.getblueshift.com/api/v1/shared_assets/{uuid}.jsonUse this endpoint to update a shared asset.Path ParamsuuidstringrequiredThe UUID of the shared asset to update. This value is returned when you create an asset.Body Paramsdisplay_namestringHuman-readable name for the asset. Can be updated at any time.contentstringThe actual content of the asset. For HTML assets, provide HTML markup. For Subject assets, provide plain text.plain_textstringPlain text version of the content. Only applicable for HTML assets.is_plain_text_custombooleanSet to true if providing a custom plain_text version, false to auto-generate. Only applicable for HTML assets.truetruefalseResponses 200OK 401Unauthorized - API authentication failed due to an invalid or missing API key. 404Not Found - The specified shared asset UUID does not exist. 422Unprocessable Entity - The request was well-formed but contains validation errors. Common causes: duplicate shareable_name or empty values. 500Internal Server Error - An unexpected server error occurred. Contact support if the issue persists.Updated 3 months ago