apps/install/{id}/config/{configId}

Manage App's Domain Profiles. Updates, gets or deletes the domain profiles related to installed app.

Listing all the associated profiles across all installed apps

Path Parameters

  • tenantIdstringrequired

    Describes the Client uuid

  • idstringrequired

    Installed app uuid

  • configIdstringrequired

    App manifest uuid

Responses

  • idstring

  • namestring

  • configobject

  • nativeTypesobject

  • installedAppIdstring

  • scheduleobjectrequired

  • frequencynumber

  • statestring

Loading Examples...

Update the required profile for the intalled apps

Path Parameters

  • tenantIdstringrequired

    Describes the Client uuid

  • idstringrequired

    Installed app uuid

  • configIdstringrequired

    App manifest uuid

Request Body

application/json

  • namestring

  • scheduleobject

  • configobject

Loading Examples...

Responses

  • idstring

  • namestring

  • configobject

  • nativeTypesobject

  • installedAppIdstring

  • scheduleobjectrequired

  • frequencynumber

  • statestring

Loading Examples...

Removes the domain profile configuration from the apps.

Path Parameters

  • tenantIdstringrequired

    Describes the Client uuid

  • idstringrequired

    Installed app uuid

  • configIdstringrequired

    App manifest uuid

Responses

200OK