Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Mar 27, 2024
1 parent 1389ada commit c69d536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/resources/firewall/access-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ export class AccessRules extends APIResource {
}

/**
* Updates an IP Access rule defined at the account level.
* Updates an IP Access rule defined.
*
* Note: This operation will affect all zones in the account.
* Note: This operation will affect all zones in the account or zone.
*/
edit(
identifier: unknown,
Expand Down
2 changes: 1 addition & 1 deletion src/resources/rulesets/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class Rules extends APIResource {
}

/**
* Updates an existing rule in an account ruleset.
* Updates an existing rule in an account or zone ruleset.
*/
edit(
rulesetId: string,
Expand Down

0 comments on commit c69d536

Please sign in to comment.