Skip to content

Commit

Permalink
Automated build docs: 2024-12-09 09:22:58
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Dec 9, 2024
1 parent 2526d66 commit 6321c6f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 deletions.
24 changes: 16 additions & 8 deletions defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: >-
Expand Down Expand Up @@ -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
Expand All @@ -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'
Expand Down
18 changes: 13 additions & 5 deletions defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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: >-
Expand Down Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit 6321c6f

Please sign in to comment.