Skip to content
Snippets Groups Projects

feat: Modify reports output model + update spec

2 unresolved threads
Files
7
+ 11
17
@@ -381,13 +381,20 @@ components:
PrivateProjectEvents:
type: array
items:
$ref: "#/components/schemas/PrivateProjectEvent"
$ref: "#/components/schemas/PrivateProjectData"
PrivateProjectEvent:
PrivateProjectData:
type: object
properties:
composite_id:
$ref: "#/components/schemas/EventCompositeId"
user_id:
type: integer
description: the project creator's GitLab id
project_id:
type: integer
description: The project GitLab id
project_path:
type: string
description: the project's path with namespace
parent_project:
type:
- integer
@@ -402,19 +409,6 @@ components:
- "null"
description: the project deletion date if it was deleted
EventCompositeId:
type: object
properties:
user_id:
type: integer
description: the project creator's GitLab id
project_id:
type: integer
description: The project GitLab id
project_path:
type: string
description: the project's path with namespace
Error:
type: object
properties:
Loading