{"type":"api","title":"Edit Interconnect provider account details","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/36693899-8b64-31bd-aa1c-b67fb5b6463c","info":{"title":"SD-WAN Services","description":"Includes API operations for managing SD-WAN services such as Cloud OnRamp for SaaS and MultiCloud\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Multicloud Interconnect - Accounts"],"summary":"Edit Interconnect provider account details.","description":"API to edit associated Interconnect provider account name and description.","operationId":"updateInterconnectAccount","parameters":[{"name":"interconnect-account-id","in":"path","description":"Interconnect provider account id","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"Request Payload for Multicloud Interconnect Accounts","content":{"application/json":{"schema":{"required":["attCredentials","edgeAccountId","edgeAccountName","edgeType","equinixCredentials"],"type":"object","properties":{"attCredentials":{"required":["clientId","clientSecret"],"type":"object","properties":{"clientId":{"type":"string","description":"Client id of the AT&T Account.","example":"att-abcd-1234"},"clientSecret":{"type":"string","description":"Client secret of the AT&T Account.","example":"XXXX-XXXX-XXXX"}},"description":"AT&T Credential information.","$$ref":"#/components/schemas/InterconnectAccountAttCredentials"},"billingProviderType":{"type":"string"},"credType":{"type":"string"},"description":{"maxLength":1024,"minLength":1,"pattern":"^[a-zA-Z0-9_\\-\\s]+$","type":"string"},"edgeAccountId":{"maxLength":255,"minLength":1,"type":"string"},"edgeAccountName":{"maxLength":255,"minLength":1,"pattern":"^[a-zA-Z0-9_\\-\\s]+$","type":"string"},"edgeType":{"type":"string"},"equinixCredentials":{"required":["clientId","clientSecret"],"type":"object","properties":{"clientId":{"type":"string","description":"Client id of the Equinix Account.","example":"abcd-1234"},"clientSecret":{"type":"string","description":"Client secret of the Equinix Account.","example":"XXXX-XXXX-XXXX"}},"description":"Equinix Credential information.","$$ref":"#/components/schemas/InterconnectAccountEquinixCredentials"},"megaportCredentials":{"required":["password","username"],"type":"object","properties":{"password":{"type":"string","description":"Password of the Megaport Account.","example":"XXXXX"},"username":{"type":"string","description":"Username of the Megaport Account.","example":"cisco@megaport.com"}},"description":"Megaport Credential Information","$$ref":"#/components/schemas/InterconnectAccountMegaportCredentials"},"megaportOauthCredentials":{"required":["clientId","clientSecret"],"type":"object","properties":{"clientId":{"type":"string","description":"Client id of the Megaport Account.","example":"abcd-1234"},"clientSecret":{"type":"string","description":"Client secret of the Megaport Account.","example":"XXXXX-XXXXX-XXXXX"}},"description":"Megaport Oauth Credential Information","$$ref":"#/components/schemas/InterconnectAccountMegaportOauthCredentials"},"regionList":{"type":"array","properties":{"empty":{"type":"boolean"}},"description":"List of regions","items":{"type":"string","description":"List of regions"}}},"$$ref":"#/components/schemas/InterconnectAccount"},"examples":{"Interconnect Megaport Account":{"description":"Interconnect Megaport Account","value":{"edgeType":"MEGAPORT","edgeAccountName":"interconnect-mp-account-name","edgeAccountId":"ABCD-1234-CDEF","description":"This is my Megaport account","megaportCredentials":{"username":"cisco@megaport.com","password":"XXXXX"}}},"Interconnect Megaport OAuth Account":{"description":"Interconnect Megaport OAuth Account","value":{"edgeType":"MEGAPORT","edgeAccountName":"interconnect-mp-account-name","edgeAccountId":"ABCD-1234-CDEF","description":"This is my Megaport account","megaportOauthCredentials":{"clientId":"abcd-1234","clientSecret":"XXXX-XXXX-XXXX"}}},"Interconnect Equinix Account":{"description":"Interconnect Equinix Account","value":{"edgeType":"EQUINIX","edgeAccountName":"interconnect-eq-account-name","edgeAccountId":"ABCD-1234-CDEF","description":"This is my Equinix account","equinixCredentials":{"clientId":"abcd-1234","clientSecret":"XXXX-XXXX-XXXX"}}}}}},"required":true},"responses":{"200":{"description":"Accepted"},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"put","path":"/multicloud/interconnect/accounts/{interconnect-account-id}"}}