Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 16, 2024
1 parent f6e8ed8 commit 6f29f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/zero-trust/dex/tests/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,13 +290,13 @@ export interface TestListResponse {

messages: Array<Shared.ResponseInfo>;

result: Tests;

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

result?: Tests;

result_info?: TestListResponse.ResultInfo;
}

Expand Down

0 comments on commit 6f29f9f

Please sign in to comment.