Skip to content

Commit 6be42dc

Browse files
committed
Fix API path
1 parent 7faac09 commit 6be42dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/rules/url-forwarding/bulk-redirects/create-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Use the [Create list items](/api/resources/rules/subresources/lists/subresources
9797
This is an asynchronous operation. The response will contain an `operation_id` which you will use to check if the operation completed successfully using the [Get bulk operation status](/api/resources/rules/subresources/lists/subresources/bulk_operations/methods/get/) operation:
9898

9999
<APIRequest
100-
path="/accounts/{account_identifier}/rules/lists/bulk_operations/{operation_id}"
100+
path="/accounts/{account_id}/rules/lists/bulk_operations/{operation_id}"
101101
method="GET"
102102
parameters={{
103103
operation_id: "92558f8b296d4dbe9d0419e0e53f6622",

0 commit comments

Comments
 (0)