Commit 60d0884e9b3bf739c5d929f376d954e734405613
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,7 +31,6 @@ class ProjectResource extends ApiResource { | ||
| 31 | 31 | ||
| 32 | ->endpoint(ApiEndpoint::all()) | 32 | ->endpoint(ApiEndpoint::all()) |
| 33 | ->endpoint(ApiEndpoint::create()) | 33 | ->endpoint(ApiEndpoint::create()) |
| 34 | - ->description('Create new project') | ||
| 35 | ->exampleRequest([ | 34 | ->exampleRequest([ |
| 36 | 'JSON data' => [ | 35 | 'JSON data' => [ |
| 37 | 'required' => [ | 36 | 'required' => [ |