Skip to content

Commit

Permalink
chore: brokerFiscalCode as query param
Browse files Browse the repository at this point in the history
  • Loading branch information
infantesimone committed Dec 19, 2024
1 parent 5225432 commit bd097b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/domains/qi-app/api/qi-fdr-kpi-api/v1/_openapi.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"paths": {
"/fdr-kpi/{brokerFiscalCode}/kpi/{kpiType}/{period}": {
"/fdr-kpi/{kpiType}": {
"get": {
"tags": [
"qiFdr"
Expand All @@ -41,16 +41,16 @@
},
{
"name": "brokerFiscalCode",
"in": "path",
"required": true,
"in": "query",
"required": false,
"schema": {
"type": "string"
},
"description": "Broker fiscal code \n"
},
{
"name": "period",
"in": "path",
"in": "query",
"required": true,
"schema": {
"type": "string",
Expand Down

0 comments on commit bd097b3

Please sign in to comment.