Skip to content

Commit 7fde2bd

Browse files
fix(openapi): sync with openapi definition (#357)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 532d72a commit 7fde2bd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

openapi.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20061,6 +20061,9 @@
2006120061
],
2006220062
"description": "The default security policy for the repository label",
2006320063
"default": "medium"
20064+
},
20065+
"licensePolicy": {
20066+
"$ref": "#/components/schemas/LicenseAllowListRequest"
2006420067
}
2006520068
},
2006620069
"description": ""

types/api.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8686,6 +8686,7 @@ export interface operations {
86868686
* @enum {string}
86878687
*/
86888688
issueRulesPolicyDefault?: 'default' | 'low' | 'medium' | 'high'
8689+
licensePolicy?: components['schemas']['LicenseAllowListRequest']
86898690
}
86908691
}
86918692
}

0 commit comments

Comments
 (0)