Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions api/swagger/swagger-v1-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8768,15 +8768,12 @@ components:
required:
- parent_track_id
- track_id
- track_owner_id
type: object
properties:
parent_track_id:
type: string
track_id:
type: string
track_owner_id:
type: string
cosign_notification:
required:
- actions
Expand Down Expand Up @@ -8816,15 +8813,12 @@ components:
cosign_notification_action_data:
required:
- parent_track_id
- parent_track_owner_id
- track_id
- track_owner_id
type: object
properties:
parent_track_id:
type: string
parent_track_owner_id:
type: string
track_id:
type: string
track_owner_id:
Expand Down
Loading