v50

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-14880209.0 KB
[v1] Innovation Tasks

Create a new innovation task.

post/v1/{innovationId}/tasks

Path parameters

innovationIdstring uuid required

Request body

section'INNOVATION_DESCRIPTION' | 'UNDERSTANDING_OF_NEEDS' | 'EVIDENCE_OF_EFFECTIVENESS' | 'MARKET_RESEARCH' | 'CURRENT_CARE_PATHWAY' | 'TESTING_WITH_USERS' | 'REGULATIONS_AND_STANDARDS' | 'INTELLECTUAL_PROPERTY' | 'REVENUE_MODEL' | 'COST_OF_INNOVATION' | 'DEPLOYMENT' required

The section key.

descriptionstring required

The description of the task.

Response

The innovation task has been created.

idstring uuid required

The innovation task id.

Example response

{
  "id": "c0a80121-7ac0-464e-b8f6-27b88b0cda7f"
}