Skip to content

Commit 27a302f

Browse files
committed
fix rep integrity path param
1 parent c104ee0 commit 27a302f

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/snapshot/repository_verify_integrity/SnapshotRepositoryVerifyIntegrityRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { integer } from '@_types/Numeric'
2828
export interface Request extends RequestBase {
2929
path_parts: {
3030
/** @codegen_name name */
31-
repository?: Names
31+
repository: Names
3232
}
3333
query_parameters: {
3434
meta_thread_pool_concurrency?: integer

0 commit comments

Comments
 (0)