Skip to content

Commit d038681

Browse files
authored
Casing for PATCH field
1 parent 656648e commit d038681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/actions-webhook-extensible/reddit-ads-audience-integration-recipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ In this recipe, as an example, users are added to the existing audience but you
101101
1. Specify the URL and method.
102102
- For example, using the following URL: `https://ads-api.reddit.com/api/v3/custom_audiences/{audience_id}/users`
103103
1. Replace `audience_id` with the actual audience ID you want to edit. You can find the ID below the name of the Audience List to be modified on Audience Manager.
104-
2. Select `PATCH` as the HTTP method. The API expects a `PATCH` operation on the endpoint.
104+
2. Select **`PATCH`** as the HTTP method. The API expects a `PATCH` operation on the endpoint.
105105
4. Use the mapping interface and search for the “body” parameter that was created in the insert function to select the transformed object that can be sent as the event body.
106106
5. Turn off batching for this operation.
107107

0 commit comments

Comments
 (0)