Skip to content

Commit

Permalink
Automated build docs: 2024-12-05 19:45:33
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-push-openapi-spec[bot] committed Dec 5, 2024
1 parent ef93e84 commit 2526d66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions defs/asana_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49061,9 +49061,11 @@ paths:
get:
summary: Get a user's favorites
description: >-
Returns all of a user's favorites in the given workspace, of the given type.

Results are given in order (The same order as Asana's sidebar).
Returns all of a user's favorites within a specified workspace and of
a given type. The results are ordered exactly as they appear in the user's
Asana sidebar in the web application. Note that this endpoint currently only
returns favorites for the current user (i.e., the user associated with the
authentication token).
tags:
- Users
operationId: getFavoritesForUser
Expand Down
8 changes: 5 additions & 3 deletions defs/asana_sdk_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51705,9 +51705,11 @@ paths:
get:
summary: Get a user's favorites
description: >-
Returns all of a user's favorites in the given workspace, of the given type.

Results are given in order (The same order as Asana's sidebar).
Returns all of a user's favorites within a specified workspace and of
a given type. The results are ordered exactly as they appear in the user's
Asana sidebar in the web application. Note that this endpoint currently only
returns favorites for the current user (i.e., the user associated with the
authentication token).
tags:
- Users
operationId: getFavoritesForUser
Expand Down

0 comments on commit 2526d66

Please sign in to comment.