From 6de26da1d2bec30f55c441458fe7ab7dfe037e7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:01:19 +0100 Subject: [PATCH] chore(update): bump openapi schema (2025-02-27) (#252) Co-authored-by: GitHub --- handler/organizationprojects/organizationprojects.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handler/organizationprojects/organizationprojects.go b/handler/organizationprojects/organizationprojects.go index 346b425..52308a5 100644 --- a/handler/organizationprojects/organizationprojects.go +++ b/handler/organizationprojects/organizationprojects.go @@ -110,6 +110,7 @@ type OrganizationProjectsCreateOut struct { BillingGroupId *string `json:"billing_group_id,omitempty"` // Billing group ID EndOfLifeExtension map[string]EndOfLifeExtension `json:"end_of_life_extension"` // End of life extension information Features map[string]bool `json:"features,omitempty"` // Feature flags + OrganizationId string `json:"organization_id"` // Organization ID ParentId *string `json:"parent_id,omitempty"` // Organization or unit ID to where the project belongs ProjectId string `json:"project_id"` // Project ID Tags map[string]string `json:"tags"` // Tags @@ -137,6 +138,7 @@ type OrganizationProjectsUpdateOut struct { BillingGroupId *string `json:"billing_group_id,omitempty"` // Billing group ID EndOfLifeExtension map[string]EndOfLifeExtension `json:"end_of_life_extension"` // End of life extension information Features map[string]bool `json:"features,omitempty"` // Feature flags + OrganizationId string `json:"organization_id"` // Organization ID ParentId *string `json:"parent_id,omitempty"` // Organization or unit ID to where the project belongs ProjectId string `json:"project_id"` // Project ID Tags map[string]string `json:"tags"` // Tags