Skip to content

Commit

Permalink
feat(edge_services): add orga id in pipeline message (scaleway#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Oct 24, 2024
1 parent c5019eb commit e8d28de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/edge_services/v1alpha1/edge_services_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,9 @@ type Pipeline struct {
// ProjectID: project ID of the pipeline.
ProjectID string `json:"project_id"`

// OrganizationID: organization ID of the pipeline.
OrganizationID string `json:"organization_id"`

// CreatedAt: date the pipeline was created.
CreatedAt *time.Time `json:"created_at"`

Expand Down

0 comments on commit e8d28de

Please sign in to comment.