Skip to content

Commit 66d239d

Browse files
feat(api): OpenAPI spec update via Stainless API (#341)
1 parent d747df6 commit 66d239d

File tree

1 file changed

+2
-2
lines changed
  • src/resources/zero-trust/dex/tests

1 file changed

+2
-2
lines changed

src/resources/zero-trust/dex/tests/tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,13 +290,13 @@ export interface TestListResponse {
290290

291291
messages: Array<Shared.ResponseInfo>;
292292

293+
result: Tests;
294+
293295
/**
294296
* Whether the API call was successful
295297
*/
296298
success: true;
297299

298-
result?: Tests;
299-
300300
result_info?: TestListResponse.ResultInfo;
301301
}
302302

0 commit comments

Comments
 (0)