|
2 | 2 | title: "Create and use Custom APIs (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
|
3 | 3 | description: "Custom API is a new code-first way to define custom messages for the Microsoft Dataverse" # 115-145 characters including spaces. This abstract displays in the search result.
|
4 | 4 | ms.custom: ""
|
5 |
| -ms.date: 03/13/2021 |
| 5 | +ms.date: 03/22/2021 |
6 | 6 | ms.reviewer: "pehecke"
|
7 | 7 | ms.service: powerapps
|
8 | 8 | ms.topic: "article"
|
@@ -68,7 +68,7 @@ See the following topics for detailed information about the columns/attributes y
|
68 | 68 |
|
69 | 69 | - [CustomAPI Table Columns](customapi-table-columns.md)
|
70 | 70 | - [CustomAPIRequestParameter Table Columns](customapirequestparameter-table-columns.md)
|
71 |
| -- [CustomAPIRequestParameter Table Columns](customapirequestparameter-table-columns.md) |
| 71 | +- [CustomAPIResponseProperty Table Columns](customapiresponseproperty-table-columns.md) |
72 | 72 |
|
73 | 73 |
|
74 | 74 | ## Invoking Custom APIs
|
@@ -477,7 +477,7 @@ A: You cannot. Although these records have the common **Status** and **Status Re
|
477 | 477 |
|
478 | 478 | ### Q: How can I use my private messages if they are not included in the Web API $metadata service document?
|
479 | 479 |
|
480 |
| -A: Yes. Your private messages will work regardless of whether they are advertised in the Web API [CSDL $metadata document](webapi/web-api-types-operations.md#csdl-metadata-document) or not. While you develop your solution, you can leave the `IsPrivate` value set to `false`. This way you can refer to the `$metadata` listing and use code generation tools that depend on this data. However, you should set the `CustomAPI.IsPrivate` value to `false` before you ship your solution for others to use. If you later decide that you wish to support other applications to use the message, you can change the `CustomAPI.IsPrivate` value to `true`. |
| 480 | +A: Yes. Your private messages will work regardless of whether they are advertised in the Web API [CSDL $metadata document](webapi/web-api-types-operations.md#csdl-metadata-document) or not. While you develop your solution, you can leave the `IsPrivate` value set to `false`. This way you can refer to the `$metadata` listing and use code generation tools that depend on this data. However, you should set the `CustomAPI.IsPrivate` value to `true` before you ship your solution for others to use. If you later decide that you wish to support other applications to use the message, you can change the `CustomAPI.IsPrivate` value to `false`. |
481 | 481 |
|
482 | 482 | More information: [Private Messages](org-service/use-messages.md#private-messages) and [Private messages cannot be used in plug-ins](#private-messages-cannot-be-used-in-plug-ins)
|
483 | 483 |
|
@@ -519,4 +519,4 @@ If you define your custom API to be private, you cannot use that message in a pl
|
519 | 519 | [CustomAPIRequestParameter Table Columns](customapirequestparameter-table-columns.md)<br />
|
520 | 520 | [CustomAPIRequestParameter Table Columns](customapirequestparameter-table-columns.md)
|
521 | 521 |
|
522 |
| -[!INCLUDE[footer-include](../../includes/footer-banner.md)] |
| 522 | +[!INCLUDE[footer-include](../../includes/footer-banner.md)] |
0 commit comments