pylon_update_project
Update an existing Pylon project's name, dates, owner, description, archive status, or customer portal visibility. Provide the project ID to specify which project.
Instructions
Update an existing project in Pylon. Rate limit: 60 requests per minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for this project | |
| end_date | No | End date in RFC 3339 format | |
| owner_id | No | Owner ID | |
| project_id | Yes | The unique identifier of the project to update | |
| start_date | No | Start date in RFC 3339 format | |
| is_archived | No | Whether the project is archived | |
| description_html | No | Description HTML | |
| customer_portal_visible | No | Customer portal visible |