From 4e48c975b77c5ef966b736ece2766a303cbca638 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Wed, 5 Oct 2022 20:55:20 +0200 Subject: [PATCH] Fix contract --- src/Umbraco.Cms.ManagementApi/OpenApi.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Cms.ManagementApi/OpenApi.json b/src/Umbraco.Cms.ManagementApi/OpenApi.json index 0451c0de64..04594c57c4 100644 --- a/src/Umbraco.Cms.ManagementApi/OpenApi.json +++ b/src/Umbraco.Cms.ManagementApi/OpenApi.json @@ -210,7 +210,7 @@ }, "/umbraco/api/v1/trackedReferences/{id}": { "get": { - "description": "Used by info tabs on content, media etc. and for the delete and unpublish of single items.\nThis is basically finding parents of relations.\n ", + "description": "Used by info tabs on content, media etc. and for the delete and unpublish of single items.\nThis is basically finding parents of relations.", "operationId": "ForItemTrackedReferences_Get", "parameters": [ { @@ -271,7 +271,7 @@ }, "/umbraco/api/v1/trackedReferences/descendants/{parentId}": { "get": { - "description": "Used when deleting and unpublishing a single item to check if this item has any descending items that are in any\nkind of relation.\nThis is basically finding the descending items which are children in relations.\n ", + "description": "Used when deleting and unpublishing a single item to check if this item has any descending items that are in any\nkind of relation.\nThis is basically finding the descending items which are children in relations.", "operationId": "DescendantsTrackedReferences_Descendants", "parameters": [ { @@ -332,7 +332,7 @@ }, "/umbraco/api/v1/trackedReferences/multiple": { "get": { - "description": "Used when bulk deleting content/media and bulk unpublishing content (delete and unpublish on List view).\nThis is basically finding children of relations.\n ", + "description": "Used when bulk deleting content/media and bulk unpublishing content (delete and unpublish on List view).\nThis is basically finding children of relations.", "operationId": "MultipleTrackedReferences_GetPagedReferencedItems", "parameters": [ {