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

@@ -5,7 +5,7 @@ public class HealthCheckActionRequestModel
/// <summary>
/// Gets or sets the health check key.
/// </summary>
public Guid HealthCheckId { get; set; }
public required ReferenceByIdModel HealthCheck { get; set; }
/// <summary>
/// Gets or sets the alias.