Skip to content

Commit 9ba3754

Browse files
authored
Update README.md
1 parent 2a5af80 commit 9ba3754

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

README.md

+1-42
Original file line numberDiff line numberDiff line change
@@ -10,50 +10,9 @@ $ composer install
1010
$ php -S localhost:9100 -t public
1111

1212

13-
![Api Flow](http://learningpage.in/uploads/meeting_api.png)
13+
![Api Flow](https://github.com/shambhu384/symfony5-jwt-restapi/raw/master/sample.png)
1414

1515
Please download Postman file to Explore API Endpoints
1616

1717
# RabbitMQ Installation
1818
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-

0 commit comments

Comments
 (0)