put https://case.coldstream.diabatix.com/interfaces/
Updates an existing interface with the provided information
Log in to see full request history
Response
200Success
Updates an existing interface with the provided information
200Success
xxxxxxxxxx
curl --request PUT \
--url https://case.coldstream.diabatix.com/interfaces/interfaceId \
--header 'content-type: application/*+json' \
--data '
{
"resetInterfaceSidesData": true
}
'
Try It!
to start a request and see the response here!