update_service
Modify service listings on the402.ai marketplace. Change price, description, status, delivery time, or other fields to keep offerings current.
Instructions
Update an existing service listing on the402.ai. Change price, description, status (active/inactive), or any other field. Requires API key (service owner only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_id | Yes | The service ID to update | |
| name | No | New service name | |
| description | No | New description | |
| price | No | New price in USD | |
| status | No | Set active or inactive | |
| estimated_delivery | No | New estimated delivery time | |
| tags | No | New tags | |
| input_schema | No | New input schema | |
| webhook_url | No | New webhook URL |