Function asana::apis::stories_api::update_story[][src]

pub async fn update_story(
    configuration: &Configuration,
    story_gid: &str,
    inline_object31: InlineObject31,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse20020, Error<UpdateStoryError>>

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.