PUT /api/v1/apps/{appId}/policies/{policyId}

Assigns an app to an authentication policy, identified by policyId. If the app was previously assigned to another policy, this operation replaces that assignment with the updated policy identified by policyId.

Note: When you merge duplicate authentication policies, the policy and mapping CRUD operations may be unavailable during the consolidation. When the consolidation is complete, you receive an email with merged results.

Servers

Path parameters

Name Type Required Description
appId String Yes

Application ID

policyId String Yes

id of the Policy

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.