Terms of service
Update terms of service
Updates a specific terms of service.
put/terms_of_services/{terms_of_service_id}
Path parameters
terms_of_service_idstring required
The ID of the terms of service.
Request body
Example request
{
"status": "enabled",
"text": "By collaborating on this file you are accepting..."
}Response
Returns an updated terms of service object.
Example response
{
"id": "11446498",
"type": "terms_of_service",
"status": "enabled",
"enterprise": {
"id": "11446498",
"type": "enterprise",
"name": "Acme Inc."
},
"tos_type": "managed",
"text": "By using this service, you agree to ...",
"created_at": "2012-12-12T10:53:43-08:00",
"modified_at": "2012-12-12T10:53:43-08:00"
}