Skip to content

Commit 4dc809e

Browse files
committed
Quick Fix
1 parent 2d5c8fb commit 4dc809e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/common-data-service/custom-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,9 @@ When viewing the Custom API entities in a solution, the **Display Name** column
371371

372372
It is not possible to create the Custom API, Custom API Request Parameter, and Custom API Response Properties in a single operation using 'deep-insert' as described in [Create related entity records in one operation](webapi/create-entity-web-api.md#create-related-entity-records-in-one-operation) and [Create related entities in one operation](org-service/entity-operations-create.md#create-related-entities-in-one-operation). Instead, each record must be created individually and be related to the Custom API record.
373373

374-
### Custom API functions cannot use Entity or EntityCollection Request Parameters or Response Properties
374+
### Custom API functions cannot use Entity or EntityCollection Request Parameters
375375

376-
If you define your Custom API as a function by setting the **Is Function** property to true, you cannot bind the function to an entity or entity collection. You also cannot use any **Entity** or **EntityCollection** request parameters or response properties.
376+
If you define your Custom API as a function by setting the **Is Function** property to true, you cannot bind the function to an entity or entity collection. You also cannot use any **Entity** or **EntityCollection** request parameters.
377377

378378
### Next Steps
379379

0 commit comments

Comments
 (0)