diff --git a/app/library/App/Resources/ProjectResource.php b/app/library/App/Resources/ProjectResource.php index 0dd6409..887143f 100644 --- a/app/library/App/Resources/ProjectResource.php +++ b/app/library/App/Resources/ProjectResource.php @@ -31,16 +31,6 @@ class ProjectResource extends ApiResource { ->endpoint(ApiEndpoint::all()) ->endpoint(ApiEndpoint::create()) - ->exampleRequest([ - 'JSON data' => [ - 'required' => [ - "name" => "123", - "ga_view_id" => "123", - "user_id" => "1" - ], - 'optional' => [] - ], - ]) ->endpoint(ApiEndpoint::find()) ->endpoint(ApiEndpoint::update()) ->endpoint(ApiEndpoint::remove()); -- libgit2 0.21.4