Skip to content

Commit 1b373ad

Browse files
committed
chore: include PR requested changes
1 parent 65bed13 commit 1b373ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Http/Controllers/Apis/Protected/Summit/OAuth2SummitsEventTypesApiController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ public function seedDefaultEventTypesBySummit($summit_id)
722722
* @param $document_id
723723
* @return \Illuminate\Http\JsonResponse|mixed
724724
*/
725-
#[OA\Post(
725+
#[OA\Put(
726726
path: "/api/v1/summits/{id}/event-types/{event_type_id}/summit-documents/{document_id}",
727727
operationId: "addSummitDocument",
728728
description: "Add a document to an event type",
@@ -877,4 +877,4 @@ public function removeSummitDocument($summit_id, $event_type_id, $document_id)
877877
));
878878
});
879879
}
880-
}
880+
}

0 commit comments

Comments
 (0)