Update a checkout linkAsk AIpost https://api.tryspeed.com/checkout-links/{id}Update a checkout link and all associated data.Path ParamsidstringrequiredPlease specify the id of the checkout link.Body ParamsmetadatajsonDefaults to { "updated_key_1": "updated_value_1", "updated_key_2": "updated_value_2" }Use this parameter to update the metadata in a structured format. Both adding new key-value pairs or changing the values for existing keys is possible. Note that the keys are case-sensitive.{ "updated_key_1": "updated_value_1", "updated_key_2": "updated_value_2" }Headersspeed-versionstringenumDefaults to 2022-04-15In this parameter, you can specify the version you want. As of now, there are two versions (2022-04-15 and 2022-10-15). Version 2022-10-15 supports on-chain, lightning, Ethereum, Solana and Tron payment methods. Whereas the 2022-04-15 version only supports lightning payments.2022-04-152022-10-15Allowed:2022-04-152022-10-15Response 200200Updated 8 months ago