diff --git a/defs/asana_oas.yaml b/defs/asana_oas.yaml index e014e44..acce665 100644 --- a/defs/asana_oas.yaml +++ b/defs/asana_oas.yaml @@ -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 diff --git a/defs/asana_sdk_oas.yaml b/defs/asana_sdk_oas.yaml index 0dba0e3..b2b7d32 100644 --- a/defs/asana_sdk_oas.yaml +++ b/defs/asana_sdk_oas.yaml @@ -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