Skip to content

Commit a265bf8

Browse files
github-actions[bot]github-actions
andauthored
chore(Compute): Updates OpenAPI generated types for Globus Service APIs (#673)
This PR was auto-generated by the `scheduled--generate-types` GitHub Action workflow. ### Continuous integration workflows were NOT run on the creation of this pull request. --- - [x] Update the title (scope) of this pull request to match the changes made. - [x] Close and reopen this pull request to trigger workflows. Co-authored-by: github-actions <[email protected]>
1 parent 0656a75 commit a265bf8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/open-api/types/compute.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4032,6 +4032,15 @@ export interface operations {
40324032
"application/json": components["schemas"]["ErrorResponse"];
40334033
};
40344034
};
4035+
/** @description Forbidden */
4036+
403: {
4037+
headers: {
4038+
[name: string]: unknown;
4039+
};
4040+
content: {
4041+
"application/json": components["schemas"]["ErrorResponse"];
4042+
};
4043+
};
40354044
/** @description Request Entity Too Large */
40364045
413: {
40374046
headers: {

0 commit comments

Comments
 (0)