diff --git a/defs/asana_oas.yaml b/defs/asana_oas.yaml index 1cc0721..8c8a6c9 100644 --- a/defs/asana_oas.yaml +++ b/defs/asana_oas.yaml @@ -45580,7 +45580,8 @@ paths: description: >- The type of values the typeahead should return. You can choose from one of the following: `custom_field`, `goal`, `project`, `project_template`, - `portfolio`, `tag`, `task`, and `user`. Note that unlike in the names + `portfolio`, `tag`, `task`, `team`, and `user`. Note that unlike in the + names of endpoints, the types listed here are in singular form (e.g. `task`). Using multiple types is not yet supported. required: true @@ -45594,6 +45595,7 @@ paths: - portfolio - tag - task + - team - user default: user - name: type diff --git a/defs/asana_sdk_oas.yaml b/defs/asana_sdk_oas.yaml index 253901c..fa35786 100644 --- a/defs/asana_sdk_oas.yaml +++ b/defs/asana_sdk_oas.yaml @@ -49312,7 +49312,8 @@ paths: description: >- The type of values the typeahead should return. You can choose from one of the following: `custom_field`, `goal`, `project`, `project_template`, - `portfolio`, `tag`, `task`, and `user`. Note that unlike in the names + `portfolio`, `tag`, `task`, `team`, and `user`. Note that unlike in the + names of endpoints, the types listed here are in singular form (e.g. `task`). Using multiple types is not yet supported. required: true @@ -49326,6 +49327,7 @@ paths: - portfolio - tag - task + - team - user default: user - name: type