Skip to content

Commit

Permalink
ažuriran za 4. labos
Browse files Browse the repository at this point in the history
  • Loading branch information
CROprogrammer authored Jan 17, 2021
1 parent 53218b0 commit 3e2f5f3
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,28 @@
}
}
},
"/videoigre/{id}/picture": {
"get": {
"summary": "Dohvati sliku videoigre s navedenim ID-om",
"description": "Vraća sliku videoigre s navedenim ID-om iz datotečnog sustava",
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID videoigre",
"required": true
}
],
"responses": {
"200": {
"description": "Dohvaćena slika videoigre",
},
"404": {
"description": "Videoigra sa danim ID-om nije pronađena"
}
}
}
},
"/proizvodaci": {
"get": {
"summary": "Dohvati listu proizvođača",
Expand Down Expand Up @@ -175,4 +197,4 @@
},
}
}
}
}

0 comments on commit 3e2f5f3

Please sign in to comment.