Skip to content

Commit 3a8aa69

Browse files
Automated build docs: 2026-04-16 17:07:19
1 parent 16c83a7 commit 3a8aa69

3 files changed

Lines changed: 33 additions & 11 deletions

File tree

defs/asana_oas.yaml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9185,7 +9185,10 @@ components:
91859185
type: object
91869186
readOnly: true
91879187
nullable: true
9188+
deprecated: true
91889189
description: >-
9190+
*Deprecated:* Use the [`/ooo_entries`](/reference/getoooentries) endpoints
9191+
instead.
91899192
Contains keys `start_on` and `end_on` for the vacation dates for the
91909193
user in this workspace.
91919194
If `start_on` is null, the entire `vacation_dates` object will be
@@ -9194,16 +9197,24 @@ components:
91949197
be null.
91959198
properties:
91969199
start_on:
9197-
description: The day on which the user's vacation in this workspace
9198-
starts. This is a date with `YYYY-MM-DD` format.
9200+
description: >-
9201+
*Deprecated:* Use the [`/ooo_entries`](/reference/getoooentries)
9202+
endpoints instead.
9203+
The day on which the user's vacation in this workspace starts.
9204+
This is a date with `YYYY-MM-DD` format.
91999205
type: string
9206+
deprecated: true
92009207
example: '2022-11-05'
92019208
end_on:
9202-
description: The day on which the user's vacation in this workspace
9203-
ends, or null if there is no end date. This is a date with `YYYY-MM-DD`
9204-
format.
9209+
description: >-
9210+
*Deprecated:* Use the [`/ooo_entries`](/reference/getoooentries)
9211+
endpoints instead.
9212+
The day on which the user's vacation in this workspace ends, or
9213+
null if there is no end date.
9214+
This is a date with `YYYY-MM-DD` format.
92059215
nullable: true
92069216
type: string
9217+
deprecated: true
92079218
example: '2022-11-07'
92089219
created_at:
92099220
description: The time at which this resource was created.

defs/asana_postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131245,7 +131245,7 @@
131245131245
},
131246131246
"body": null,
131247131247
"description": {
131248-
"content": "Returns the complete workspace record for a single workspace membership.\n\n## Response Body:\n\n| Field | Type | Enum Values | Description |\n|-------|------|-------------|-------------|\n| `data` | object | | This object determines if a user is a member of a workspace. |\n| `data.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.resource_type` | string | | The base type of this resource. |\n| `data.user` | object | | A *user* object represents an account in Asana that can be given access to various workspaces, projects, and tasks. |\n| `data.user.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.user.resource_type` | string | | The base type of this resource. |\n| `data.user.name` | string | | *Read-only except when same user as requester*. The user's name. |\n| `data.workspace` | object | | A *workspace* is the highest-level organizational unit in Asana. All projects and tasks have an associated workspace. |\n| `data.workspace.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.workspace.resource_type` | string | | The base type of this resource. |\n| `data.workspace.name` | string | | The name of the workspace. |\n| `data.user_task_list` | object | | A user task list represents the tasks assigned to a particular user. It provides API access to a user’s [My tasks](https://asana.com/guide/help/fundamentals/my-tasks) view in Asana. |\n| `data.user_task_list.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.user_task_list.resource_type` | string | | The base type of this resource. |\n| `data.user_task_list.name` | string | | The name of the user task list. |\n| `data.user_task_list.owner` | object | | A *user* object represents an account in Asana that can be given access to various workspaces, projects, and tasks. |\n| `data.user_task_list.owner.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.user_task_list.owner.resource_type` | string | | The base type of this resource. |\n| `data.user_task_list.owner.name` | string | | *Read-only except when same user as requester*. The user's name. |\n| `data.user_task_list.workspace` | object | | A *workspace* is the highest-level organizational unit in Asana. All projects and tasks have an associated workspace. |\n| `data.user_task_list.workspace.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.user_task_list.workspace.resource_type` | string | | The base type of this resource. |\n| `data.user_task_list.workspace.name` | string | | The name of the workspace. |\n| `data.is_active` | boolean | | Indicates whether the user is currently associated with the workspace. Returns `true` for users who have joined the workspace or have been invited but not yet accepted. |\n| `data.is_admin` | boolean | | Reflects if this user is an admin of the workspace. |\n| `data.is_guest` | boolean | | Reflects if this user is a guest of the workspace. |\n| `data.is_view_only` | boolean | | Reflects if this user has view only license in the workspace. |\n| `data.vacation_dates` | object | | Contains keys `start_on` and `end_on` for the vacation dates for the user in this workspace. If `start_on` is null, the entire `vacation_dates` object will be null. If `end_on` is before today, the entire `vacation_dates` object will be null. |\n| `data.vacation_dates.start_on` | string | | The day on which the user's vacation in this workspace starts. This is a date with `YYYY-MM-DD` format. |\n| `data.vacation_dates.end_on` | string | | The day on which the user's vacation in this workspace ends, or null if there is no end date. This is a date with `YYYY-MM-DD` format. |\n| `data.created_at` | string(date-time) | | The time at which this resource was created. |",
131248+
"content": "Returns the complete workspace record for a single workspace membership.\n\n## Response Body:\n\n| Field | Type | Enum Values | Description |\n|-------|------|-------------|-------------|\n| `data` | object | | This object determines if a user is a member of a workspace. |\n| `data.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.resource_type` | string | | The base type of this resource. |\n| `data.user` | object | | A *user* object represents an account in Asana that can be given access to various workspaces, projects, and tasks. |\n| `data.user.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.user.resource_type` | string | | The base type of this resource. |\n| `data.user.name` | string | | *Read-only except when same user as requester*. The user's name. |\n| `data.workspace` | object | | A *workspace* is the highest-level organizational unit in Asana. All projects and tasks have an associated workspace. |\n| `data.workspace.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.workspace.resource_type` | string | | The base type of this resource. |\n| `data.workspace.name` | string | | The name of the workspace. |\n| `data.user_task_list` | object | | A user task list represents the tasks assigned to a particular user. It provides API access to a user’s [My tasks](https://asana.com/guide/help/fundamentals/my-tasks) view in Asana. |\n| `data.user_task_list.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.user_task_list.resource_type` | string | | The base type of this resource. |\n| `data.user_task_list.name` | string | | The name of the user task list. |\n| `data.user_task_list.owner` | object | | A *user* object represents an account in Asana that can be given access to various workspaces, projects, and tasks. |\n| `data.user_task_list.owner.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.user_task_list.owner.resource_type` | string | | The base type of this resource. |\n| `data.user_task_list.owner.name` | string | | *Read-only except when same user as requester*. The user's name. |\n| `data.user_task_list.workspace` | object | | A *workspace* is the highest-level organizational unit in Asana. All projects and tasks have an associated workspace. |\n| `data.user_task_list.workspace.gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data.user_task_list.workspace.resource_type` | string | | The base type of this resource. |\n| `data.user_task_list.workspace.name` | string | | The name of the workspace. |\n| `data.is_active` | boolean | | Indicates whether the user is currently associated with the workspace. Returns `true` for users who have joined the workspace or have been invited but not yet accepted. |\n| `data.is_admin` | boolean | | Reflects if this user is an admin of the workspace. |\n| `data.is_guest` | boolean | | Reflects if this user is a guest of the workspace. |\n| `data.is_view_only` | boolean | | Reflects if this user has view only license in the workspace. |\n| `data.vacation_dates` | object | | *Deprecated:* Use the [`/ooo_entries`](https://developers.asana.com/reference/getoooentries) endpoints instead. Contains keys `start_on` and `end_on` for the vacation dates for the user in this workspace. If `start_on` is null, the entire `vacation_dates` object will be null. If `end_on` is before today, the entire `vacation_dates` object will be null. |\n| `data.vacation_dates.start_on` | string | | *Deprecated:* Use the [`/ooo_entries`](https://developers.asana.com/reference/getoooentries) endpoints instead. The day on which the user's vacation in this workspace starts. This is a date with `YYYY-MM-DD` format. |\n| `data.vacation_dates.end_on` | string | | *Deprecated:* Use the [`/ooo_entries`](https://developers.asana.com/reference/getoooentries) endpoints instead. The day on which the user's vacation in this workspace ends, or null if there is no end date. This is a date with `YYYY-MM-DD` format. |\n| `data.created_at` | string(date-time) | | The time at which this resource was created. |",
131249131249
"type": "text/markdown"
131250131250
}
131251131251
},

defs/asana_sdk_oas.yaml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40593,24 +40593,35 @@ components:
4059340593
type: object
4059440594
readOnly: true
4059540595
nullable: true
40596+
deprecated: true
4059640597
description: >-
40598+
*Deprecated:* Use the [`/ooo_entries`](/reference/getoooentries) endpoints
40599+
instead.
4059740600
Contains keys `start_on` and `end_on` for the vacation dates for the user
4059840601
in this workspace.
4059940602
If `start_on` is null, the entire `vacation_dates` object will be null.
4060040603
If `end_on` is before today, the entire `vacation_dates` object will be
4060140604
null.
4060240605
properties:
4060340606
start_on:
40604-
description: The day on which the user's vacation in this workspace
40605-
starts. This is a date with `YYYY-MM-DD` format.
40607+
description: >-
40608+
*Deprecated:* Use the [`/ooo_entries`](/reference/getoooentries) endpoints
40609+
instead.
40610+
The day on which the user's vacation in this workspace starts. This
40611+
is a date with `YYYY-MM-DD` format.
4060640612
type: string
40613+
deprecated: true
4060740614
example: '2022-11-05'
4060840615
end_on:
40609-
description: The day on which the user's vacation in this workspace
40610-
ends, or null if there is no end date. This is a date with `YYYY-MM-DD`
40611-
format.
40616+
description: >-
40617+
*Deprecated:* Use the [`/ooo_entries`](/reference/getoooentries) endpoints
40618+
instead.
40619+
The day on which the user's vacation in this workspace ends, or null
40620+
if there is no end date.
40621+
This is a date with `YYYY-MM-DD` format.
4061240622
nullable: true
4061340623
type: string
40624+
deprecated: true
4061440625
example: '2022-11-07'
4061540626
created_at:
4061640627
description: The time at which this resource was created.

0 commit comments

Comments
 (0)