mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Adding urlparams to the routes schema (#53735)
This commit is contained in:
parent
f39f9eb053
commit
12381c74f4
@ -438,6 +438,24 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"urlParams": {
|
||||
"type": "array",
|
||||
"description": "Add URL parameters to a proxy route",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Name of the URL parameter"
|
||||
},
|
||||
"content": {
|
||||
"type": "string",
|
||||
"description": "Value of the URL parameter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user