Management API model mapping take two (#15667)

* Re-modelling API models (take two)

* Do not use "content" - use "document" and "media" instead.

* Move "item" endpoints to their own silo

* Use "Id", not "Key"

* Regenerate OpenApi.json

* Rename user start node IDs from "content" to "document"

* Regererate OpenApi.json after forward merge

* update importmap

---------

Co-authored-by: Mads Rasmussen <madsr@hey.com>
This commit is contained in:
Kenn Jacobsen
2024-02-06 13:19:30 +01:00
committed by GitHub
parent 8c6e03d346
commit 183b5cc454
139 changed files with 1514 additions and 1374 deletions

View File

@@ -68,6 +68,7 @@ public static partial class Constants
{
public const string Tree = "tree";
public const string RecycleBin = "recycle-bin";
public const string Item = "item";
}
public static class AttributeRouting