v1
latestOpenAPI 3.0.02026-08-04109109370.6 KBSources
Undelete a Source
Undelete a source by id.
post/sources/{id}/undelete
Path parameters
idstring required
Ids are of the form 'n-sources', where n is an integer.
Response
OK
Example response
{
"sources": [
{
"id": "3-contacts",
"name": "Google",
"modifiedTime": 1704774720,
"channel": {
"value": 1,
"display": "Organic search"
},
"deletedTime": 1704774720
}
]
}