Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jul 10, 2024
1 parent ea43ea4 commit d9b86bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1254
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e14edb011f329e0b47ce2b207acc1a5b84a48c3eace9ea30600bb4d5d745eaef.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-c06ed89df76febdc32fc835c9d37220c0400821d24f9707c3484054e78e1d94e.yml
4 changes: 2 additions & 2 deletions src/resources/intel/attack-surface-report/issues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ export interface IssueListResponse {

messages: Array<Shared.ResponseInfo>;

result: IssueListResponse.Result;

/**
* Whether the API call was successful
*/
success: true;

result?: IssueListResponse.Result;
}

export namespace IssueListResponse {
Expand Down

0 comments on commit d9b86bb

Please sign in to comment.