Skip to main content

Copy Default Set


ApiScope: manage.rules.write
API Scope Level: ServiceSubscriberScope
Request Body required
    projectId string
    ruleSetId string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
POST /v2/rulesEngine/ruleSets/default/copy

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Body required
{
"projectId": "string",
"ruleSetId": "string"
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/rulesEngine/ruleSets/default/copy' \
-H 'Content-Type: application/json' \
-H 'Accept: application/x-protobuf' \
--data-raw '{
"projectId": "string",
"ruleSetId": "string"
}'