Files
api-specs/idn/beta/paths/task-execution-run.yaml
GitHub Action Bot 9269e86172 Automated commit 'added new oauth2 flow and description (#1386)
* added new oauth2 flow and description

* renamed authentication to make more sense' by github action: 5967546682
2023-08-24 18:29:03 +00:00

29 lines
703 B
YAML

#
# Copyright (C) 2019-2020 SailPoint Technologies, Inc. All rights reserved.
#
post:
tags:
- Task Management
summary: Run a task.
description: Run a task.
operationId: runTask
requestBody:
content:
application/json:
schema:
$ref: '../schemas/TaskInvocation.yaml'
required: true
responses:
"200":
description: Responds with an initial TaskStatus for the executed task.
content:
application/json:
schema:
$ref: '../schemas/TaskStatus.yaml'
"400":
$ref: '../../v3/responses/400.yaml'
"403":
$ref: '../../v3/responses/403.yaml'
security:
- UserContextAuth: [idn:task-management:write]