* Support querystring and anchor for local links in Delivery API output (#20142) * Support querystring and anchor for local links in Delivery API output * Add default implementation for backwards compat * Add default implementation for backwards compat (also on the interface) * Fix default implementation * Add extra tests proving that querystring/postfix can be handled for local links in both legacy and current format.
This commit is contained in:
@@ -1320,6 +1320,10 @@ internal sealed class OpenApiContractTest : UmbracoTestServerTestBase
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"queryString": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"startItem": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user