diff --git a/app/library/App/Resources/ProjectResource.php b/app/library/App/Resources/ProjectResource.php index b575d46..4561b7e 100644 --- a/app/library/App/Resources/ProjectResource.php +++ b/app/library/App/Resources/ProjectResource.php @@ -31,7 +31,6 @@ class ProjectResource extends ApiResource { ->endpoint(ApiEndpoint::all()) ->endpoint(ApiEndpoint::create()) - ->description('Create new project') ->exampleRequest([ 'JSON data' => [ 'required' => [ -- libgit2 0.21.4