sources
Create a Source
Create a new Source. The system-managed provenance field (JSON <code>criblSourceProvenance</code>) must be omitted from the request body.
post/system/inputs
Request body
Response
The created Source object in a single-item list.
Example response
{
"items": [
{
"notifications": [
{
"mode": "direct"
}
]
}
]
}