From 59929da652261e826f3a650bddf05221bbaa8f07 Mon Sep 17 00:00:00 2001 From: "asana-push-openapi-spec[bot]" <159858492+asana-push-openapi-spec[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 23:58:01 +0000 Subject: [PATCH] Automated build docs: 2024-09-18 23:58:01 --- defs/asana_oas.yaml | 10 ++++++++++ defs/asana_sdk_oas.yaml | 9 +++++++++ 2 files changed, 19 insertions(+) diff --git a/defs/asana_oas.yaml b/defs/asana_oas.yaml index 43da6bc..9529d65 100644 --- a/defs/asana_oas.yaml +++ b/defs/asana_oas.yaml @@ -7448,6 +7448,7 @@ components: attachments:write: Create and modify access to attachments tasks:read: View access to tasks tasks:delete: Delete access to tasks + project_templates:read: View access to project templates projects:delete: Delete access to projects projects:read: View access to projects projects:write: Create and modify access to projects @@ -22438,6 +22439,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - project_templates:read x-readme: code-samples: - language: java @@ -22741,6 +22745,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - project_templates:read x-readme: code-samples: - language: java @@ -22948,6 +22955,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - project_templates:read x-readme: code-samples: - language: java diff --git a/defs/asana_sdk_oas.yaml b/defs/asana_sdk_oas.yaml index 3664a75..f2eab37 100644 --- a/defs/asana_sdk_oas.yaml +++ b/defs/asana_sdk_oas.yaml @@ -37627,6 +37627,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - project_templates:read delete: summary: Delete a project template description: |- @@ -37725,6 +37728,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - project_templates:read /teams/{team_gid}/project_templates: parameters: - $ref: '#/components/parameters/team_path_gid' @@ -37799,6 +37805,9 @@ paths: $ref: '#/components/responses/NotFound' 500: $ref: '#/components/responses/InternalServerError' + security: + - oauth2: + - project_templates:read /project_templates/{project_template_gid}/instantiateProject: parameters: - $ref: '#/components/parameters/project_template_path_gid'