Update merchant profile
documentedUpdate a merchant profile.
PUT /v1/merchant_profiles/{merchant_profile_token}.{format}Merchant Profilesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://core.spreedly.com/v1/merchant_profiles/{{$merchant_profile_token}}" \
-X PUT \
-u '{{SPREEDLY_API_KEY}}:{{SPREEDLY_SECRET}}' \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"merchant_profile": {"description": "{{$description}}"}}' # Sources: https://developer.spreedly.com/reference/update-merchant-profile https://developer.spreedly.com/reference/list-merchant-profiles