Commit 60d0884e9b3bf739c5d929f376d954e734405613

Authored by Alex Savenko
1 parent a3f6d934

docs

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/library/App/Resources/ProjectResource.php
... ... @@ -31,7 +31,6 @@ class ProjectResource extends ApiResource {
31 31  
32 32 ->endpoint(ApiEndpoint::all())
33 33 ->endpoint(ApiEndpoint::create())
34   - ->description('Create new project')
35 34 ->exampleRequest([
36 35 'JSON data' => [
37 36 'required' => [
... ...