edit Application

@PostMapping(path = "{" + APPLICATION_IDENTIFIER_KEY + "}", headers = [] )
open fun editApplication(@PathVariable(value = "id") userId: String, @RequestHeader(value = "token") token: String, @PathVariable(value = "application_id") applicationId: String, @ModelAttribute application: ApplicationsHelper.ApplicationPayload): String

Method to edit an existing application

Return

the result of the request as String

Parameters

userId

The identifier of the user

token

The token of the user

applicationId

The identifier of the application to edit

application

The application payload to use