Files
developer.sailpoint.com/static/api-specs/idn/beta/paths/task-execution-run.yaml
2022-09-29 21:59:22 +00:00

29 lines
694 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:
- oauth2: [idn:task-management:write]