Submit Milestone Work
upwork_submit_milestoneSubmit completed milestone work on a fixed-price contract to notify the client for review and approval.
Instructions
Submit work for a milestone on a fixed-price contract.
Mark a milestone as complete and ready for client review.
Args:
contract_id (string, required): The contract ID
milestone_id (string, required): The milestone ID to submit
message (string, optional): Message to the client about the submission
Returns: Confirmation of submission.
Important: Only submit when work is complete. The client will review and approve or request changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Optional message to the client about the submission | |
| contract_id | Yes | The unique identifier of the contract | |
| milestone_id | Yes | The unique identifier of the milestone to submit |