Skip to content

Commit 4c4e5a7

Browse files
authored
Build warning fixes
1 parent ff2b5c8 commit 4c4e5a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powerapps-docs/developer/data-platform/webapi/web-api-basic-operations-sample.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ This sample is divided into the following sections, containing Dataverse Web API
4040
|Code section|Associated conceptual topics|
4141
|------------------|----------------------------------|
4242
|[Section 1: Basic create and update operations](#bkmk_section1)|[Basic create](create-entity-web-api.md#bkmk_basicCreate) <br /> [Create with data returned](create-entity-web-api.md#bkmk_createWithDataReturned) <br /> [Basic update](update-delete-entities-using-web-api.md#bkmk_update) <br /> [Update with data returned](update-delete-entities-using-web-api.md#bkmk_updateWithDataReturned)|
43-
|[Section 2: Create with association](#bkmk_section2)|[Associate entities on create](associate-disassociate-entities-using-web-api.md#bkmk_Associateentitiesoncreate)|
43+
|[Section 2: Create with association](#bkmk_section2)|[Associate entities on create](associate-disassociate-entities-using-web-api.md#bkmk_Associaterowsoncreate)|
4444
|[Section 3: Create related entities (deep insert)](#bkmk_section3)|[Create related entities in one operation](create-entity-web-api.md#bkmk_CreateRelated)|
45-
|[Section 4: Associate and disassociate existing entities](#bkmk_section4)|[Associate and disassociate entities using the Web API](associate-disassociate-entities-using-web-api.md)|
45+
|[Section 4: Associate and disassociate existing entities](#bkmk_section4)|[Associate and disassociate table rows using the Web API](associate-disassociate-table-rows-using-web-api.md)|
4646
|[Section 5: Delete entities (sample cleanup)](#bkmk_section5)|[Basic delete](update-delete-entities-using-web-api.md#bkmk_delete)|
4747

4848
> [!NOTE]
@@ -861,8 +861,8 @@ DELETE https://[Organization URI]/api/data/v9.0/opportunities(7cf77a42-5f0e-e611
861861
[Create an entity using the Web API](create-entity-web-api.md)<br />
862862
[Retrieve an entity using the Web API](retrieve-entity-using-web-api.md)<br />
863863
[Update and delete entities using the Web API](update-delete-entities-using-web-api.md)<br />
864-
[Associate and disassociate entities using the Web API](associate-disassociate-entities-using-web-api.md)<br />
864+
[Associate and disassociate table rows using the Web API](associate-disassociate-table rows-using-web-api.md)<br />
865865
[Web API Basic Operations Sample (C#)](samples/cdswebapiservice-basic-operations.md)<br />
866866

867867

868-
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
868+
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)