cURL
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" }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
UUID of the destination application
Compliance information successfully copied
true
"Business compliance information successfully copied"
Was this page helpful?