cobo put command allows you to make PUT requests to Cobo API endpoints.
This command is useful for updating existing resources in the Cobo WaaS 2 API.
Usage
Options
-d, --describe: Display operation description-l, --list: List all API operations for this method
Examples
List all PUT operations
To see a list of all available PUT operations:Update wallet information
To update information for a specific wallet:Update transaction status
To update the status of a transaction:Get operation description
To see the description of a specific PUT operation:API Reference
For a complete list of available PUT endpoints and their parameters, refer to the Cobo WaaS 2 API Documentation.Remember to authenticate your requests by logging in or setting up your API keys before making API calls.
