From 77bce58d218ec37d30cf18eba060014032dc16ce Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 6 Mar 2017 17:40:46 +0200 Subject: [PATCH] docs --- app/library/App/Resources/ProjectResource.php | 10 ---------- 1 file changed, 0 insertions(+), 10 deletions(-) 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