Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 10, 2024
1 parent c5f75c6 commit df66312
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/resources/magic-network-monitoring/rules/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ export interface MagicNetworkMonitoringRule {

prefixes: Array<string>;

/**
* The id of the rule. Must be unique.
*/
id?: string;

/**
Expand Down

0 comments on commit df66312

Please sign in to comment.