Display Group API - Edit

I am trying to send a simple edit of a display group and getting an error saying i need to include a name which I can see is there so not sure what I missed this time around…

Hi,

PUT requests have to be application/x-www-form-urlencoded and you’re providing form-data

This is just how the HTTP spec works i’m afraid :slight_smile:

Thanks,
Dan

Thank, yeah we ended up getting it after I posted… I keep looking at the Swagger Documentation and I see “(formData)” under the attributes and keep forgetting that PUTs are URL… silly mistakes… repeatedly… haha oh well! Thanks again!

1 Like