Skip to content

Commit a95a895

Browse files
Automated build docs: 2026-03-31 09:10:10
1 parent 5958402 commit a95a895

3 files changed

Lines changed: 198 additions & 154 deletions

File tree

defs/asana_oas.yaml

Lines changed: 41 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3001,14 +3001,16 @@ components:
30013001
people_value:
30023002
description: >-
30033003
*Conditional*. Only relevant for custom fields of type `people`.
3004-
This array of user GIDs reflects the users to be written to a `people`
3005-
custom field. Note that *write* operations will replace existing users
3004+
This array of user GIDs, emails, or the string "me",
3005+
reflects the users to be written to a `people` custom field.
3006+
Note that *write* operations will replace existing users
30063007
(if any) in the custom field with the users specified in this array.
30073008
type: array
30083009
items:
30093010
type: string
30103011
description: >-
3011-
The GID of a user.
3012+
A string identifying a user. This can either be the string "me",
3013+
an email, or the gid of a user.
30123014
example:
30133015
- '12345'
30143016
reference_value:
@@ -5942,7 +5944,7 @@ components:
59425944
$ref: '#/components/schemas/DateVariableRequest'
59435945
requested_roles:
59445946
description: >-
5945-
Array of mappings of template roles to user ids
5947+
Array of mappings of template roles to users.
59465948
type: array
59475949
items:
59485950
$ref: '#/components/schemas/RequestedRoleRequest'
@@ -6001,7 +6003,8 @@ components:
60016003
example: '1'
60026004
value:
60036005
description: >-
6004-
The user id that should be assigned to the template role.
6006+
A string identifying a user that should be assigned to the template role.
6007+
This can either be the string "me", an email, or the gid of a user.
60056008
type: string
60066009
example: '123'
60076010
ProjectSaveAsTemplateRequest:
@@ -8076,7 +8079,8 @@ components:
80768079
readOnly: false
80778080
x-env-variable: true
80788081
description: >-
8079-
Gid of a user.
8082+
A string identifying a user. This can either be the string "me", an
8083+
email, or the gid of a user.
80808084
example: '12345'
80818085
nullable: true
80828086
assignee_section:
@@ -8124,7 +8128,8 @@ components:
81248128
items:
81258129
type: string
81268130
description: >-
8127-
Gid of a user.
8131+
A string identifying a user. This can either be the string "me",
8132+
an email, or the gid of a user.
81288133
example:
81298134
- '12345'
81308135
parent:
@@ -34472,20 +34477,25 @@ paths:
3447234477
example: 12345,67890
3447334478
- name: owner.any
3447434479
in: query
34475-
description: Comma-separated list of user identifiers to filter on as project
34476-
owners.
34480+
description: >-
34481+
Comma-separated list of user identifiers to filter on as project owners.
34482+
This can either be the string "me", an email, or the gid of a user.
3447734483
schema:
3447834484
type: string
3447934485
example: 12345,67890
3448034486
- name: members.any
3448134487
in: query
34482-
description: Comma-separated list of user identifiers to filter on as members.
34488+
description: >-
34489+
Comma-separated list of user identifiers to filter on as members.
34490+
This can either be the string "me", an email, or the gid of a user.
3448334491
schema:
3448434492
type: string
3448534493
example: 12345,67890
3448634494
- name: members.not
3448734495
in: query
34488-
description: Comma-separated list of user identifiers to exclude as members.
34496+
description: >-
34497+
Comma-separated list of user identifiers to exclude as members.
34498+
This can either be the string "me", an email, or the gid of a user.
3448934499
schema:
3449034500
type: string
3449134501
example: 12345,67890
@@ -52943,14 +52953,16 @@ paths:
5294352953
- name: assignee.any
5294452954
in: query
5294552955
description: >-
52946-
Comma-separated list of user identifiers
52956+
Comma-separated list of user identifiers.
52957+
This can either be the string "me", an email, or the gid of a user.
5294752958
schema:
5294852959
type: string
5294952960
example: 12345,23456,34567
5295052961
- name: assignee.not
5295152962
in: query
5295252963
description: >-
52953-
Comma-separated list of user identifiers
52964+
Comma-separated list of user identifiers.
52965+
This can either be the string "me", an email, or the gid of a user.
5295452966
schema:
5295552967
type: string
5295652968
example: 12345,23456,34567
@@ -53034,56 +53046,64 @@ paths:
5303453046
- name: followers.any
5303553047
in: query
5303653048
description: >-
53037-
Comma-separated list of user identifiers
53049+
Comma-separated list of user identifiers.
53050+
This can either be the string "me", an email, or the gid of a user.
5303853051
schema:
5303953052
type: string
5304053053
example: 12345,23456,34567
5304153054
- name: followers.not
5304253055
in: query
5304353056
description: >-
53044-
Comma-separated list of user identifiers
53057+
Comma-separated list of user identifiers.
53058+
This can either be the string "me", an email, or the gid of a user.
5304553059
schema:
5304653060
type: string
5304753061
example: 12345,23456,34567
5304853062
- name: created_by.any
5304953063
in: query
5305053064
description: >-
53051-
Comma-separated list of user identifiers
53065+
Comma-separated list of user identifiers.
53066+
This can either be the string "me", an email, or the gid of a user.
5305253067
schema:
5305353068
type: string
5305453069
example: 12345,23456,34567
5305553070
- name: created_by.not
5305653071
in: query
5305753072
description: >-
53058-
Comma-separated list of user identifiers
53073+
Comma-separated list of user identifiers.
53074+
This can either be the string "me", an email, or the gid of a user.
5305953075
schema:
5306053076
type: string
5306153077
example: 12345,23456,34567
5306253078
- name: assigned_by.any
5306353079
in: query
5306453080
description: >-
53065-
Comma-separated list of user identifiers
53081+
Comma-separated list of user identifiers.
53082+
This can either be the string "me", an email, or the gid of a user.
5306653083
schema:
5306753084
type: string
5306853085
example: 12345,23456,34567
5306953086
- name: assigned_by.not
5307053087
in: query
5307153088
description: >-
53072-
Comma-separated list of user identifiers
53089+
Comma-separated list of user identifiers.
53090+
This can either be the string "me", an email, or the gid of a user.
5307353091
schema:
5307453092
type: string
5307553093
example: 12345,23456,34567
5307653094
- name: liked_by.not
5307753095
in: query
5307853096
description: >-
53079-
Comma-separated list of user identifiers
53097+
Comma-separated list of user identifiers.
53098+
This can either be the string "me", an email, or the gid of a user.
5308053099
schema:
5308153100
type: string
5308253101
example: 12345,23456,34567
5308353102
- name: commented_on_by.not
5308453103
in: query
5308553104
description: >-
53086-
Comma-separated list of user identifiers
53105+
Comma-separated list of user identifiers.
53106+
This can either be the string "me", an email, or the gid of a user.
5308753107
schema:
5308853108
type: string
5308953109
example: 12345,23456,34567

0 commit comments

Comments
 (0)