Skip to main content
PATCH
/
sources
/
{id}
Update source
curl --request PATCH \
  --url https://api.prequel.co/import/sources/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "name": "<string>"
}
'
{
  "provider_id": "<string>",
  "name": "Snowflake",
  "vendor": "snowflake",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Body

application/json
name
string
snowflake
object

Response

Updated

provider_id
string
required
name
string
required
Example:

"Snowflake"

vendor
enum<string>
required
Available options:
snowflake
id
string<uuid>
required
snowflake
object