Skip to content

Commit cc4a1cb

Browse files
committed
fix links
1 parent 59e1c27 commit cc4a1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/data-platform/custom-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You might choose to not include any logic in the plug-in because you're using th
153153
You might not want to add a plug-in as a testing step. Without a plug-in, any output parameter values return the default values for the type because there's no code to set them. Otherwise, see [Write a Plug-in for your custom API](#write-a-plug-in-for-your-custom-api)
154154

155155
> [!NOTE]
156-
> You can't pass configuration data to the plug-in specified for the main operation logic. [There is a workaround for this](#secure-and-unsecure-configuration-cannot-be-set-for-the-custom-api-main-operation-plug-in).
156+
> You can't pass configuration data to the plug-in specified for the main operation logic. [There is a workaround for this](#secure-and-unsecure-configuration-cant-be-set-for-the-custom-api-main-operation-plug-in).
157157
158158
## Use a custom API in a workflow
159159

@@ -264,7 +264,7 @@ The logic to be performed using a background operation must be defined as a cust
264264

265265
## Write a Plug-in for your custom API
266266

267-
Writing a plug-in to implement the main operation for your custom API isn't different from writing any other plug-in, except that you don't use the Plug-in Registration tool to set a specific step and [you can't specify configuration data to pass to the plug-in](#secure-and-unsecure-configuration-cannot-be-set-for-the-custom-api-main-operation-plug-in).
267+
Writing a plug-in to implement the main operation for your custom API isn't different from writing any other plug-in, except that you don't use the Plug-in Registration tool to set a specific step and [you can't specify configuration data to pass to the plug-in](#secure-and-unsecure-configuration-cant-be-set-for-the-custom-api-main-operation-plug-in).
268268

269269
You need to know the following information:
270270

0 commit comments

Comments
 (0)