PATCH
/
v1
/
resource-providers
/
{providerId}
/
set
curl --request PATCH \
  --url https://api.ctrlplane.dev/api/v1/resource-providers/{providerId}/set \
  --header 'Content-Type: application/json' \
  --data '{
  "resources": [
    {
      "identifier": "<string>",
      "name": "<string>",
      "version": "<string>",
      "kind": "<string>",
      "config": {},
      "metadata": {}
    }
  ]
}'

Path Parameters

providerId
string
required

UUID of the scanner

Body

application/json
resources
object[]
required