Replace a project description
Overwrites the content of a specified epic (project) within a workspace (team_id).
Accepts either raw HTML or structured content which is proxied to the collaboration server.
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Epic ID is a numerical string that identifies an Epic. This is externally referred to as a "Project".
Body
new epic content
The content to set on the card
102400Format of the content field. When set to 'markdown', the server converts the content from GitHub Flavored Markdown to HTML before storage. Defaults to 'html'.
html, markdown Response
epic content successfully updated