Move Action Plan Into "In Progress"
move_action_plan_into_in_progressMove an action plan to 'In Progress' status, restricting further updates to specific actions only. Use this to transition a plan forward in its lifecycle.
Instructions
Move Action Plan into "In Progress". This will set the status of the Plan to "in_progress". Once in this state, only specific updates to the Plan are allowed. Use this to perform the move action action on Action Plans. Creates a new Action Plans and returns the created object on success (HTTP 201). Required parameters: project_id, id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plans/{id}/publish
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Action Plans resource |