diff --git a/openapi-spec/api-v2-beta.yaml b/openapi-spec/api-v2-beta.yaml index 382bcbb29..70190af73 100644 --- a/openapi-spec/api-v2-beta.yaml +++ b/openapi-spec/api-v2-beta.yaml @@ -5162,6 +5162,7 @@ components: type: object required: - id + - name - variant - object nullable: true @@ -5175,6 +5176,9 @@ components: id: type: string maxLength: 1500 + name: + type: string + maxLength: 1500 variant: nullable: false description: The variant of the Experiment that the Customer was or is assigned diff --git a/openapi-spec/api-v2.yaml b/openapi-spec/api-v2.yaml index dab7a2e0e..2d31bac49 100644 --- a/openapi-spec/api-v2.yaml +++ b/openapi-spec/api-v2.yaml @@ -5162,6 +5162,7 @@ components: type: object required: - id + - name - variant - object nullable: true @@ -5175,6 +5176,9 @@ components: id: type: string maxLength: 1500 + name: + type: string + maxLength: 1500 variant: nullable: false description: The variant of the Experiment that the Customer was or is assigned