Skip to main content
PUT
Overwrite epic content

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

epic_id
string
required

Epic ID is a numerical string that identifies an Epic. This is externally referred to as a "Project".

Body

application/json

new epic content

content
string
required

The content to set on the card

Maximum string length: 102400
content_format
enum<string>
default:html

Format of the content field. When set to 'markdown', the server converts the content from GitHub Flavored Markdown to HTML before storage. Defaults to 'html'.

Available options:
html,
markdown

Response

epic content successfully updated