Skip to content
Download OpenAPI description
Languages
Servers
Mock server

https://docs.onboarded.com/_mock/openapi/

https://app.onboarded.com/

Operations
Operations
Operations
Operations
Operations
Operations
Operations

Task Change Requests

Task Change Requests APIs

Operations

Request changes to a completed task

Request

Security
bearerAuth
Path
idstringrequired
Bodyapplication/json

Body

starting_section_idstring

Starting section for the task change request. When specified, the change request will require users to resubmit answers for this section and all subsequent sections.

curl -i -X POST \
  'https://docs.onboarded.com/_mock/openapi/api/v1/tasks/{id}/task_change_requests' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "starting_section_id": "string"
  }'

Responses

200

Response
No content
Operations
Operations
Operations

Custom Properties

Custom Properties APIs

Operations