Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build docs 02/27/2024 #68

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -45594,6 +45595,7 @@ paths:
- portfolio
- tag
- task
- team
- user
default: user
- name: type
Expand Down
4 changes: 3 additions & 1 deletion defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -49326,6 +49327,7 @@ paths:
- portfolio
- tag
- task
- team
- user
default: user
- name: type
Expand Down
Loading