v1
latestOpenAPI 3.1.02026-07-1255227258.8 KBconnections
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