curl --request PUT \
  --url https://api.dots.dev/api/v2/organizations/copy-compliance-information-between-apps \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "source_app_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "destination_app_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "success": true,
  "message": "Business compliance information successfully copied"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Response

200
application/json
OK

The response is of type object.