Skip to content

Feature request: Update project function #4

@ghost

Description

Aside from getting a projects details:

/**
* Get project settings.
*
* @param int $projectId
* @return mixed
*/
public static function get(int $projectId)
{
return Diffy::request('GET', 'projects/'.$projectId);
}

I'm in need of a function to update a projects details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions