Add id in parameters for GET /event/{id}
This commit is contained in:
parent
0a275d9f28
commit
0b11aa6d2d
1 changed files with 9 additions and 1 deletions
10
swagger.json
10
swagger.json
|
@ -145,7 +145,15 @@
|
||||||
"produces": [
|
"produces": [
|
||||||
"application/json"
|
"application/json"
|
||||||
],
|
],
|
||||||
"parameters": [],
|
"parameters": [
|
||||||
|
{
|
||||||
|
"name": "id",
|
||||||
|
"in": "path",
|
||||||
|
"description": "Id of event",
|
||||||
|
"required": true,
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Success",
|
"description": "Success",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue