We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2ae29 commit cf3573dCopy full SHA for cf3573d
gitlab/schemas.ts
@@ -262,7 +262,6 @@ export const CreateRepositorySchema = z.object({
262
});
263
264
export const GetFileContentsSchema = ProjectParamsSchema.extend({
265
- project_id: z.string().describe("Project ID or URL-encoded path"),
266
file_path: z.string().describe("Path to the file or directory"),
267
ref: z.string().optional().describe("Branch/tag/commit to get contents from")
268
0 commit comments