-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Aside from getting a projects details:
Lines 61 to 70 in 53121cd
| /** | |
| * 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels