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": [ {