pm_update_project_file
Partially update a project file's name, description, or kind using its project and file IDs.
Instructions
PATCH /projects/{project_id}/files/{file_id} — partial ProjectFileUpdate (name, description_md, kind).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| payload | Yes | ||
| x_user_id | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |