/datasourceconnections/activate

Body·
  • token
    Type: string | null
Responses
Request Example for post/datasourceconnections/activate
curl https://websvcs.quikforms.com/rest/datasources/v1000/datasourceconnections/activate \
  --request POST \
  --header 'Content-Type: application/json-patch+json' \
  --header 'Authorization: YOUR_SECRET_TOKEN' \
  --data '{
  "token": null
}'
{
  "errorCode": 1,
  "message": null,
  "errors": [
    {
      "message": null,
      "type": null
    }
  ],
  "warnings": [
    "string"
  ]
}