curl --request PUT \
  --url https://api.dots.dev/api/v2/organizations/copy-organization-compliance-to-app/{api_app_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "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.

Path Parameters

api_app_id
string
required

UUID of the destination application

Response

200
application/json
Compliance information successfully copied

The response is of type object.