asn_stories_update: Updates the story and returns the full record for the updated...

View source: R/stories.R

asn_stories_updateR Documentation

Updates the story and returns the full record for the updated story. Only comment stories can have their text updated, and only comment stories and attachment stories can be pinned. Only one of 'text' and 'html_text' can be specified.

Description

Updates the story and returns the full record for the updated story. Only comment stories can have their text updated, and only comment stories and attachment stories can be pinned. Only one of 'text' and 'html_text' can be specified.

Usage

asn_stories_update(story, ..., options = list())

Arguments

story

Id Globally unique identifier for the story.#'

...

Object Data for the request [text] : String The plain text with which to update the comment. [html_text] : String The rich text with which to update the comment. [is_pinned] : Boolean Whether the story should be pinned on the resource.

See Also

Other stories: asn_stories_create_on_task, asn_stories_delete, asn_stories_find_by_id, asn_stories_find_by_task, asn_stories


datacamp/asana documentation built on Sept. 18, 2023, 8:51 a.m.