devguard
FrameworksPlan roadmap

Schedule deadlines for all open seeded tasks of an adopted framework toward a target date.

POST
/frameworks/plan-roadmap/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/frameworks/plan-roadmap/" \  -H "Content-Type: application/json" \  -d '{    "frameworkAdoptionId": "5480e3a4-4304-451f-902f-aad9153f0eed",    "organizationId": "string",    "targetDate": "string"  }'
{  "scheduledCount": 0,  "targetDate": "string"}

How is this guide?