Updates an application.

Rest interface to update the specified application. Entitlements required: manageAppAccessAdmin (Manage application lifecycle)

Path Params
string
required

ID of the application to be updated.

Body Params

Updated Application object

string
required

Name of the Entity.

properties
object

List[String], a list of application properties.

string
required

ID of the template for this application

providers
object
required
attributeMappings
array of objects

List[AttributeMapBean], collection of attributeMapping.

attributeMappings
boolean

True if application is saved and False if it is in Draft State.

string

description about application

authPolicy
object
string

Mode of provisioning for example SAMLJIT etc

identitySources
array of strings

List[String], a collection of application IdentitySources.

identitySources
boolean

Visibility flag for the application on launchpad.

provisioning
object
required
customization
object
devportalSettings
object
apiAccessClients
array of objects

List of API access clients for application

apiAccessClients
adaptiveAuthentication
object
owners
array of strings

List[String] , a collection of owners of this application

owners
target
object

Map[String, Boolean] , a collection of target of this application.

string

Custom Icon file name if any

string

Default Icon file name if any

Responses
200

Request is successful.

401

User not Authorised.

404

Invalid Application ID.

Language
URL