Config - Source - Suspend
/config/source/suspend/{source-id-or-key}/{community-id-or-key}/{shouldSuspend}
Suspends or stops suspending the given source
Authentication
Required, see Auth - Login
Arguments
source-id-or-key (required)
source ID or source key (see Source data model) for which you want to change
community-id-or-key (required)
community ID or community key for the source you want to change
shouldSuspend (required)
true or false for whether you want to suspend(true) or resume(false) the source
Example
Example Response
{ "response": { "action": "suspendSource", "success": true, "message": "Source suspended/resumed successfully", "time": 2 } }