Application Authenticity Validation Type (POST)

Sets the app authenticity validation type 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/authenticityValidationType

Example

https://www.example.com/mfpadmin/management-apis/2.0/runtimes/myruntime/applications/myapplication/android/1.0/authenticityValidationType?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

validationType
(String) The validation type to be set. The allowed values are dynamic and static.

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.