File tree 1 file changed +1
-42
lines changed
1 file changed +1
-42
lines changed Original file line number Diff line number Diff line change @@ -10,50 +10,9 @@ $ composer install
10
10
$ php -S localhost:9100 -t public
11
11
12
12
13
- ![ Api Flow] ( http ://learningpage.in/uploads/meeting_api .png)
13
+ ![ Api Flow] ( https ://github.com/shambhu384/symfony5-jwt-restapi/raw/master/sample .png)
14
14
15
15
Please download Postman file to Explore API Endpoints
16
16
17
17
# RabbitMQ Installation
18
18
https://www.linuxhelp.com/how-to-install-rabbitmq-on-linuxmint-18-3/
19
-
20
- * @OA \Parameter(
21
- * name="order",
22
- * in="query",
23
- * description="The field used to order meetings",
24
- * @OA\Schema(type="string")
25
- * )
26
- * @OA \Tag(name="Meetings")
27
- * @Security (name="Bearer")
28
- *
29
- *
30
- * @OA \Parameter(
31
- * name="body",
32
- * in="path",
33
- * required=true,
34
- * @OA\JsonContent(
35
- * type="object",
36
- * @OA\Property(property="property1", type="number"),
37
- * @OA\Property(property="property2", type="number"),
38
- * ),
39
- * )
40
- *
41
- * @OA \Response(
42
- * response=200,
43
- * description="",
44
- * @OA\JsonContent(
45
- * type="object",
46
- * @OA\Property(property="property1", type="number"),
47
- * @OA\Property(property="property2", type="number"),
48
- * )
49
- * )
50
- *
51
- * * @OA\RequestBody(
52
- * description="Updated user object",
53
- * required=true,
54
- * @OA\MediaType(
55
- * mediaType="multipart/form-data",
56
- * @OA\Schema(ref=@Model(type=User::class))
57
- * )
58
- * )
59
-
You can’t perform that action at this time.
0 commit comments