Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Use the [Create list items](/api/resources/rules/subresources/lists/subresources
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:

<APIRequest
path="/accounts/{account_identifier}/rules/lists/bulk_operations/{operation_id}"
path="/accounts/{account_id}/rules/lists/bulk_operations/{operation_id}"
method="GET"
parameters={{
operation_id: "92558f8b296d4dbe9d0419e0e53f6622",
Expand Down
2 changes: 1 addition & 1 deletion src/util/api.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import SwaggerParser from "@apidevtools/swagger-parser";
import type { OpenAPI } from "openapi-types";

const COMMIT = "9097dbb66ba7fabda5d306c5dadf9456d343521f";
const COMMIT = "ecc1841c495153d9aa6a46785a843849c8d0b88c";
let schema: OpenAPI.Document | undefined;

export const getSchema = async () => {
Expand Down
Loading