diff --git a/fern/openapi-overrides.yml b/fern/openapi-overrides.yml index cf44bf2..3d0bc78 100644 --- a/fern/openapi-overrides.yml +++ b/fern/openapi-overrides.yml @@ -1346,10 +1346,6 @@ components: - x-fern-type-name: UpdateVisitorRequestWithUserId properties: id: null - user_id: - type: string - description: A unique identified for the visitor which is given by you. - example: "123" user_id: type: string description: A unique identified for the visitor which is given by you. @@ -1436,6 +1432,8 @@ components: - section visitor: properties: + custom_attributes: + additionalProperties: true type: enum: - visitor @@ -1466,10 +1464,6 @@ components: properties: custom_attributes: additionalProperties: true - visitor: - properties: - custom_attributes: - additionalProperties: true securitySchemes: bearerAuth: