pub async fn create_project_status_for_project(
    configuration: &Configuration,
    project_gid: &str,
    inline_object15: InlineObject15,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse20014, Error<CreateProjectStatusForProjectError>>
Expand description

Creates a new status update on the project. Returns the full record of the newly created project status update.