Forum Discussion

API_User's avatar
API_User
Equinix Employee
3 years ago
Solved

Can't edit a circuit's bandwidth

Hi, I have a circuit and I'm trying to change the bandwidth using PATCH /fabric/v4/connections/{id} Here's the payload: { "op": "replace", "path": "/bandwidth", "value": 900 } But I...
  • API_User's avatar
    3 years ago

    Solved.

    I needed to wrap the JSON body in a list like so:

    [
    {
    "op": "replace",
    "path": "/bandwidth",
    "value": 900
    }
    ]

Featured Places

  • Node avatar for Discussions

    Discussions

    Engage with industry experts, share insights, ask questions, and grow your network.
  • Node avatar for Ideas

    Ideas

    Share your ideas and help shape the future of Equinix!
  • Node avatar for Groups

    Groups

    Ready to collaborate? Join a Group or upcoming beta program.
  • Node avatar for What's New

    What's New

    Stay ahead with the latest from Equinix. Discover new product announcements, insightful tutorials, and practical use cases.
  • Node avatar for Events

    Events

    Your Guide to Upcoming Events - Online, Hybrid, and In-Person!