Skip to content

Commit 9849512

Browse files
[Docs Site] Update pinned api-schemas commit (#22047)
* [Docs Site] Update pinned api-schemas commit to ecc1841c495153d9aa6a46785a843849c8d0b88c --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Pedro Sousa <[email protected]>
1 parent 1164685 commit 9849512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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",

src/util/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import SwaggerParser from "@apidevtools/swagger-parser";
22
import type { OpenAPI } from "openapi-types";
33

4-
const COMMIT = "9097dbb66ba7fabda5d306c5dadf9456d343521f";
4+
const COMMIT = "ecc1841c495153d9aa6a46785a843849c8d0b88c";
55
let schema: OpenAPI.Document | undefined;
66

77
export const getSchema = async () => {

0 commit comments

Comments
 (0)