connections
Set Connection Limits
Sets limits on a connection. Limits can be set on the total number of pages a connection can sync. When the limit is reached, the connection will be disabled. Limit may be removed by setting it to null.
put/connections/{connection_id}/limit
Path parameters
connection_idstring uuid required
Request body
Example request
{
"page_limit": 1000
}Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.