From 6d580484af45228c7c17ebd4e7f22f27bcab25c5 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, 23 Sep 2024 17:18:50 +0000 Subject: [PATCH] Automated build docs: 2024-09-23 17:18:50 --- defs/asana_oas.yaml | 49 +++++++++++++++++++++++++++++++++++++++++ defs/asana_sdk_oas.yaml | 48 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) diff --git a/defs/asana_oas.yaml b/defs/asana_oas.yaml index e5e4c51..8dc1275 100644 --- a/defs/asana_oas.yaml +++ b/defs/asana_oas.yaml @@ -7804,6 +7804,7 @@ components: attachments:write: Create and modify access to attachments goals:read: View access to goals tasks:read: View access to tasks + tasks:write: Create and modify access to tasks tasks:delete: Delete access to tasks project_templates:read: View access to project templates projects:delete: Delete access to projects @@ -31332,6 +31333,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -37032,6 +37036,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -37753,6 +37760,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -38094,6 +38104,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -40346,6 +40359,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -40714,6 +40730,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -41250,6 +41269,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -41406,6 +41428,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -41939,6 +41964,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -42096,6 +42124,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -42266,6 +42297,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -42424,6 +42458,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -42579,6 +42616,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -42734,6 +42774,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -43102,6 +43145,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java @@ -43470,6 +43516,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write x-readme: code-samples: - language: java diff --git a/defs/asana_sdk_oas.yaml b/defs/asana_sdk_oas.yaml index 340abfa..172aed8 100644 --- a/defs/asana_sdk_oas.yaml +++ b/defs/asana_sdk_oas.yaml @@ -42484,6 +42484,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /projects/{project_gid}/sections/insert: parameters: - $ref: '#/components/parameters/project_path_gid' @@ -45362,6 +45365,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /tasks/{task_gid}: parameters: - $ref: '#/components/parameters/task_path_gid' @@ -45841,6 +45847,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write delete: summary: Delete a task description: |- @@ -45939,6 +45948,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /projects/{project_gid}/tasks: parameters: - $ref: '#/components/parameters/completed_since' @@ -47405,6 +47417,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /tasks/{task_gid}/setParent: parameters: - $ref: '#/components/parameters/task_path_gid' @@ -47648,6 +47663,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /tasks/{task_gid}/dependencies: parameters: - $ref: '#/components/parameters/task_path_gid' @@ -47929,6 +47947,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /tasks/{task_gid}/removeDependencies: parameters: - $ref: '#/components/parameters/task_path_gid' @@ -47963,6 +47984,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /tasks/{task_gid}/dependents: parameters: - $ref: '#/components/parameters/task_path_gid' @@ -48243,6 +48267,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /tasks/{task_gid}/removeDependents: parameters: - $ref: '#/components/parameters/task_path_gid' @@ -48278,6 +48305,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /tasks/{task_gid}/addProject: parameters: - $ref: '#/components/parameters/task_path_gid' @@ -48326,6 +48356,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /tasks/{task_gid}/removeProject: parameters: - $ref: '#/components/parameters/task_path_gid' @@ -48362,6 +48395,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /tasks/{task_gid}/addTag: parameters: - $ref: '#/components/parameters/task_path_gid' @@ -48395,6 +48431,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /tasks/{task_gid}/removeTag: parameters: - $ref: '#/components/parameters/task_path_gid' @@ -48428,6 +48467,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /tasks/{task_gid}/addFollowers: parameters: - $ref: '#/components/parameters/task_path_gid' @@ -48674,6 +48716,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /tasks/{task_gid}/removeFollowers: parameters: - $ref: '#/components/parameters/task_path_gid' @@ -48916,6 +48961,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - tasks:write /workspaces/{workspace_gid}/tasks/custom_id/{custom_id}: parameters: - $ref: '#/components/parameters/workspace_path_gid'