connect Platform

@PutMapping(params = [], headers = [] )
open fun connectPlatform(@PathVariable(value = "application_id") applicationId: String, @RequestHeader(value = "server_secret") serverSecret: String, @RequestParam(value = "platform") platform: Platform): String

Method to connect a new platform for the application

Return

the result of the request as String

Parameters

applicationId

The identifier of the application

serverSecret

The token of the user

platform

The platform to connect