Skip to main content
PUT
Update Artifact
Update an existing artifact’s title, description, content, or metadata.

Request

string
required
The artifact ID to update
string
New display title
string
New description
object
Updated template-specific content object
object
Updated metadata (merged with existing)
string
New expiration duration from now
You cannot change the template type of an existing artifact.

Response

Returns the updated artifact object.

Code Examples