diff --git a/api-reference/beta/resources/columnLink.md b/api-reference/beta/resources/columnlink.md similarity index 57% rename from api-reference/beta/resources/columnLink.md rename to api-reference/beta/resources/columnlink.md index c691dc12e63..911435b4ff1 100644 --- a/api-reference/beta/resources/columnLink.md +++ b/api-reference/beta/resources/columnlink.md @@ -1,14 +1,14 @@ --- -author: daspek -description: A columnLink on a contentType attaches a site columnDefinition to that content type. +author: "daspek" +description: "A columnLink on a contentType attaches a site columnDefinition to that content type." ms.date: 09/12/2017 -title: ColumnLink +title: "columnLink resource type" ms.localizationpriority: medium doc_type: resourcePageType -ms.prod: sites-and-lists +ms.prod: "sites-and-lists" --- -# ColumnLink resource type +# columnLink resource type Namespace: microsoft.graph @@ -18,25 +18,26 @@ A **columnLink** on a [contentType][] attaches a site **columnDefinition** to th [contentType]: contenttype.md +## Properties + +| Property | Type | Description | +| :------- | :----- | :---------------------------------------- | +| id | String | The unique identifier for the column. | +| name | String | The name of the column in this content type. | + ## JSON representation -Here is a JSON representation of a **columnLink** resource. +The following JSON representation shows the resource type. ```json { - "id": "string", - "name": "string" + "id": "String (identifier)", + "name": "String" } ``` -## Properties - -| Property | Type | Description | -| :------- | :----- | :-------------------------------------------- | -| **id** | string | The unique identifier for the column. | -| **name** | string | The name of the column in this content type. |