put https://api.netography.com/api/v1/customer/
Update an Account given the provided object. This does not do a diff. You must send the complete object.
Log in to see full request history
Responses
Update an Account given the provided object. This does not do a diff. You must send the complete object.
xxxxxxxxxx
10curl --request PUT \
--url https://api.netography.com/api/v1/customer/shortname \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"retention": 7,
"rollupRetention": 7
}
'
Try It!
to start a request and see the response here! Or choose an example: