Enable or Disable Application Authenticity (POST)

Enables or Disables the app authenticity for a specific application version.

Roles

Users in the following roles are authorized to perform this operation:

  • mfpadmin
  • mfpdeployer

Method

POST

Path

/management-apis/2.0/runtimes/runtime-name/applications/application-name/application-env/application-version/enableAuthenticity

Example

https://www.example.com/mfpadmin/management-apis/2.0/runtimes/myruntime/applications/myapplication/android/1.0/enableAuthenticity?async=false&locale=de_DE

Path Parameters

runtime-name
The name of the runtime. This is the context root of the runtime web application, without the leading slash.
application-name
The name of the application.
application-env
The application environment.
application-version
The application version number.

Query Parameters

Query parameters are optional.

async
Whether the transaction is processed synchronously or asynchronously. The allowed values are true and false. By default, transactions are processed in synchronous mode.
locale
The locale used for error messages.

Consumes

application/x-www-form-urlencoded

Produces

application/json, application/xml, text/xml

Form-data Parameters

enable
(Boolean) Whether to enable or disable app authenticity. The allowed values are true and false

Errors

400
No deployable data is provided.
403
The user is not authorized to call this service.
404
The corresponding runtime version is not found or not running.
500
An internal error occurred.