Management API for dynamic root and query steps. (#15505)
* Added management API for dynamic root and query steps. * Open API * Split models, use required and rename a little * Rename query steps * Make request culture and segment optional * Introduce explicit back-office variation context * Simplify query endpoint path * Correct field naming * Updated OpenApi.json --------- Co-authored-by: kjac <kja@umbraco.dk>
This commit is contained in:
@@ -15,7 +15,7 @@ public class NearestAncestorOrSelfDynamicRootQueryStep : IDynamicRootQueryStep
|
||||
_nodeFilterRepository = nodeFilterRepository;
|
||||
}
|
||||
|
||||
protected virtual string SupportedDirectionAlias { get; set; } = "NearestAncestorOrSelf";
|
||||
public virtual string SupportedDirectionAlias { get; set; } = "NearestAncestorOrSelf";
|
||||
|
||||
public async Task<Attempt<ICollection<Guid>>> ExecuteAsync(ICollection<Guid> origins, DynamicRootQueryStep filter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user