From 6321c6fdd068b56473eacab7297a732b0b452d87 Mon Sep 17 00:00:00 2001 From: "asana-push-openapi-spec[bot]" <159858492+asana-push-openapi-spec[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:22:58 +0000 Subject: [PATCH] Automated build docs: 2024-12-09 09:22:58 --- defs/asana_oas.yaml | 24 ++++++++++++++++-------- defs/asana_sdk_oas.yaml | 18 +++++++++++++----- 2 files changed, 29 insertions(+), 13 deletions(-) diff --git a/defs/asana_oas.yaml b/defs/asana_oas.yaml index acce665..f708a20 100644 --- a/defs/asana_oas.yaml +++ b/defs/asana_oas.yaml @@ -1509,10 +1509,17 @@ components: - type: object properties: assignee: - $ref: '#/components/schemas/UserCompact' - type: object - description: >- - The user who is assigned to the allocation. + allOf: + - $ref: '#/components/schemas/UserCompact' + - type: object + description: >- + The user or placeholder assigned to the allocation. + properties: + name: + type: string + description: >- + The name of allocation resource. + example: Greg Sanchez created_by: $ref: '#/components/schemas/UserCompact' type: object @@ -1535,7 +1542,8 @@ components: assignee: type: string description: >- - Globally unique identifier for the user who is assigned to the allocation. + Globally unique identifier for the user or placeholder assigned to + the allocation. parent: type: string description: >- @@ -8276,7 +8284,7 @@ paths: get: summary: Get multiple allocations description: >- - Returns a list of allocations filtered to a specific project or user. + Returns a list of allocations filtered to a specific project, user or placeholder. tags: - Allocations operationId: getAllocations @@ -8290,8 +8298,8 @@ paths: example: '77688' - name: assignee in: query - description: Globally unique identifier for the user the allocation is assigned - to. + description: Globally unique identifier for the user or placeholder the + allocation is assigned to. schema: type: string example: '12345' diff --git a/defs/asana_sdk_oas.yaml b/defs/asana_sdk_oas.yaml index b2b7d32..84e41aa 100644 --- a/defs/asana_sdk_oas.yaml +++ b/defs/asana_sdk_oas.yaml @@ -1859,8 +1859,15 @@ components: A generic Asana Resource, containing a globally unique identifier.A generic Asana Resource, containing a globally unique identifier. + A *user* object represents an account in Asana that can be given access + to various workspaces, projects, and tasks.A generic Asana Resource, containing + a globally unique identifier.A generic Asana Resource, containing a globally + unique identifier. + A *user* object represents an account in Asana that can be given access to various workspaces, projects, and tasks. + + The user or placeholder assigned to the allocation. type: object properties: gid: @@ -1879,7 +1886,7 @@ components: name: type: string description: >- - *Read-only except when same user as requester*. The user’s name. + The name of allocation resource. example: Greg Sanchez x-docs-overrides: &id001 properties.resource_type.example: user @@ -2002,7 +2009,8 @@ components: assignee: type: string description: >- - Globally unique identifier for the user who is assigned to the allocation. + Globally unique identifier for the user or placeholder assigned to the + allocation. parent: type: string description: >- @@ -31698,7 +31706,7 @@ paths: get: summary: Get multiple allocations description: >- - Returns a list of allocations filtered to a specific project or user. + Returns a list of allocations filtered to a specific project, user or placeholder. tags: - Allocations operationId: getAllocations @@ -31712,8 +31720,8 @@ paths: example: '77688' - name: assignee in: query - description: Globally unique identifier for the user the allocation is assigned - to. + description: Globally unique identifier for the user or placeholder the + allocation is assigned to. schema: type: string example: '12345'